Commit 30903a10 authored by bernardosunderhus's avatar bernardosunderhus

[API] Readiciona arquivo de headers

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