|
|
@ -10,7 +10,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
"paths": { |
|
|
|
"paths": { |
|
|
|
}, |
|
|
|
},a¯¯¯¯ |
|
|
|
"components": { |
|
|
|
"components": { |
|
|
|
"schemas": { |
|
|
|
"schemas": { |
|
|
|
"Paginated": { |
|
|
|
"Paginated": { |
|
|
@ -83,6 +83,38 @@ |
|
|
|
"name": "xc-token", |
|
|
|
"name": "xc-token", |
|
|
|
"description": "API token" |
|
|
|
"description": "API token" |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"responses": { |
|
|
|
|
|
|
|
"BadRequest": { |
|
|
|
|
|
|
|
"description": "BadReqeust", |
|
|
|
|
|
|
|
"content": { |
|
|
|
|
|
|
|
"application/json": { |
|
|
|
|
|
|
|
"schema": { |
|
|
|
|
|
|
|
"type": "object", |
|
|
|
|
|
|
|
"properties": { |
|
|
|
|
|
|
|
"msg": { |
|
|
|
|
|
|
|
"type": "string", |
|
|
|
|
|
|
|
"x-stoplight": { |
|
|
|
|
|
|
|
"id": "p9mk4oi0hbihm" |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"example": "BadRequest [Error]: <ERROR MESSAGE>" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"required": [ |
|
|
|
|
|
|
|
"msg" |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"examples": { |
|
|
|
|
|
|
|
"Example 1": { |
|
|
|
|
|
|
|
"value": { |
|
|
|
|
|
|
|
"msg": "BadRequest [Error]: <ERROR MESSAGE>" |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
"headers": {} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"security": [ |
|
|
|
"security": [ |
|
|
|