Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Registry
Registry
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Competify
Docs
Commits
c5064e6d
Commit
c5064e6d
authored
May 14, 2018
by
bernardosunderhus
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Adiciona arquivo de Responses padrões
parent
1a3521b2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
0 deletions
+43
-0
Competition.yaml
Api/Competition.yaml
+7
-0
responses.yaml
Api/responses.yaml
+36
-0
No files found.
Api/Competi
fier
.yaml
→
Api/Competi
tion
.yaml
View file @
c5064e6d
...
...
@@ -583,6 +583,13 @@ components:
type
:
http
scheme
:
bearer
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
:
ScheduledEvent
:
$ref
:
>-
...
...
Api/responses.yaml
0 → 100644
View file @
c5064e6d
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment