|
|
|
|
@ -148,16 +148,16 @@ components:
|
|
|
|
|
type: string
|
|
|
|
|
responses:
|
|
|
|
|
ReqFailure:
|
|
|
|
|
description: |-
|
|
|
|
|
The request isn't valid; for example, it is missing a required parameter.
|
|
|
|
|
description: The request isn't valid; for example, it is missing a required parameter.
|
|
|
|
|
content:
|
|
|
|
|
application/json:
|
|
|
|
|
schema:
|
|
|
|
|
type: object
|
|
|
|
|
properties:
|
|
|
|
|
err:
|
|
|
|
|
description: A plain text explanation of what's wrong with the request
|
|
|
|
|
type: string
|
|
|
|
|
example: Either pu or bsn query parameter needs to be present and not blank.
|
|
|
|
|
example: Either x or y query parameter needs to be present and not blank.
|
|
|
|
|
JwtFailure:
|
|
|
|
|
description: |-
|
|
|
|
|
The JWT token isn't valid or wasn't provided.
|
|
|
|
|
|