Skip to content

Commit

Permalink
quotes exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
monamok committed Mar 22, 2023
1 parent 1ef401a commit e0b7218
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/API_definitions/CAMARA/number_verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
$ref: '#/components/schemas/ErrorInfo'
example:
status: 400
code: INVALID_ARGUMENT
Expand All @@ -223,7 +223,7 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
$ref: '#/components/schemas/ErrorInfo'
example:
status: 401
code: UNAUTHENTICATED
Expand All @@ -242,7 +242,7 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
$ref: '#/components/schemas/ErrorInfo'
examples:
PermissionDenied:
value:
Expand All @@ -269,7 +269,7 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
$ref: '#/components/schemas/ErrorInfo'
example:
status: 500
code: INTERNAL
Expand All @@ -284,7 +284,7 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
$ref: '#/components/schemas/ErrorInfo'
example:
status: 503
code: UNAVAILABLE
Expand All @@ -299,7 +299,7 @@ components:
content:
application/json:
schema:
$ref: "#/components/schemas/ErrorInfo"
$ref: '#/components/schemas/ErrorInfo'
example:
status: 504
code: TIMEOUT
Expand Down

0 comments on commit e0b7218

Please sign in to comment.