Commit 30903a10 authored by bernardosunderhus's avatar bernardosunderhus

[API] Readiciona arquivo de headers

parent d38ff61d
...@@ -3,8 +3,7 @@ info: ...@@ -3,8 +3,7 @@ info:
title: Competition API title: Competition API
version: 1.0.0 version: 1.0.0
description: >- description: >-
Api of the competition. This API should be used by the client (AKA Api of the competition. This API should be used by the competition application to perform assessments
`competifier`) to perform assessments
contact: contact:
name: Documentation name: Documentation
url: 'https://gitlab.dev.evologica.com.br/Competify/Docs' url: 'https://gitlab.dev.evologica.com.br/Competify/Docs'
......
Competition-Token:
description: The token that identifies the endpoint
schema:
type: integer
Accept-Language:
description: The desired language
schema:
type: string
...@@ -11,9 +11,6 @@ NotFoundError: ...@@ -11,9 +11,6 @@ NotFoundError:
type: string type: string
completeMessage: completeMessage:
type: string type: string
parameters:
language:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/parameters.yaml/#/language'
InternalServerError: InternalServerError:
description: Internal Server Error description: Internal Server Error
content: content:
...@@ -27,6 +24,3 @@ InternalServerError: ...@@ -27,6 +24,3 @@ InternalServerError:
type: string type: string
completeMessage: completeMessage:
type: string type: string
parameters:
language:
$ref: 'https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/parameters.yaml/#/language'
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