Commit 0d7cb477 authored by Rosana Aurélio's avatar Rosana Aurélio

[API] Correção Competify.API.yaml

parent 4a156d3c
...@@ -122,7 +122,11 @@ paths: ...@@ -122,7 +122,11 @@ paths:
schema: schema:
type: array type: array
items: items:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/Competition' - $ref: >-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/Competition
'500':
$ref: >-
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/responses.yaml/#/InternalServerError
post: post:
security: security:
- bearerAuth: [] - bearerAuth: []
...@@ -177,7 +181,7 @@ paths: ...@@ -177,7 +181,7 @@ paths:
content: content:
application/json: application/json:
schema: schema:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/Competition' type: boolean
parameters: parameters:
- name: competitionId - name: competitionId
in: path in: path
...@@ -210,4 +214,5 @@ paths: ...@@ -210,4 +214,5 @@ paths:
schema: schema:
format: int32 format: int32
type: integer type: integer
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