Skip to content

Instantly share code, notes, and snippets.

@webron
Created February 19, 2018 19:18
Show Gist options
  • Save webron/0d3aacbc039389e240b10621138f5de2 to your computer and use it in GitHub Desktop.
Save webron/0d3aacbc039389e240b10621138f5de2 to your computer and use it in GitHub Desktop.
responses:
200:
description: "Success"
schema:
allOf:
- type: "object"
properties:
isSuccess2:
description: When True - Password was successfully updated
type: boolean
example: true
- $ref: '#/definitions/PositiveResponse'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment