Commit c5064e6d authored by bernardosunderhus's avatar bernardosunderhus

[API] Adiciona arquivo de Responses padrões

parent 1a3521b2
...@@ -583,6 +583,13 @@ components: ...@@ -583,6 +583,13 @@ components:
type: http type: http
scheme: bearer scheme: bearer
bearerFormat: JWT bearerFormat: JWT
responses:
NotFoundError:
$ref: >-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/responses.yaml/#/NotFoundError
InternalServerError:
$ref: >-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/responses.yaml/#/InternalServerError
schemas: schemas:
ScheduledEvent: ScheduledEvent:
$ref: >- $ref: >-
......
NotFoundError:
description: Resource Not Found
content:
application/json:
schema:
type: object
properties:
code:
type: integer
message:
type: string
completeMessage:
type: string
headers:
Accept-Language:
description: The Response language
schema:
type: string
InternalServerError:
description: Resource Not Found
content:
application/json:
schema:
type: object
properties:
code:
type: integer
message:
type: string
completeMessage:
type: string
headers:
Accept-Language:
description: The Response language
schema:
type: string
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment