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
58049c0a
Commit
58049c0a
authored
May 21, 2018
by
Isaac Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Adiciona responses de erro para os endpoints de autenticação e registro de usuário
parent
5083633a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
CompetitionAdm.yaml
Api/CompetitionAdm.yaml
+13
-1
No files found.
Api/CompetitionAdm.yaml
View file @
58049c0a
...
@@ -43,6 +43,12 @@ paths:
...
@@ -43,6 +43,12 @@ paths:
application/json
:
application/json
:
schema
:
schema
:
type
:
string
type
:
string
'
422'
:
description
:
'
validation
error'
content
:
application/json
:
schema
:
type
:
string
/register
:
/register
:
post
:
post
:
tags
:
tags
:
...
@@ -66,7 +72,7 @@ paths:
...
@@ -66,7 +72,7 @@ paths:
required
:
true
required
:
true
responses
:
responses
:
'
200'
:
'
200'
:
description
:
'
'
description
:
'
registered
user
'
content
:
content
:
application/json
:
application/json
:
schema
:
schema
:
...
@@ -80,6 +86,12 @@ paths:
...
@@ -80,6 +86,12 @@ paths:
type
:
string
type
:
string
email
:
email
:
type
:
string
type
:
string
'
422'
:
description
:
'
validation
error'
content
:
application/json
:
schema
:
type
:
string
/competition
:
/competition
:
get
:
get
:
...
...
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