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
8ddb5aab
Commit
8ddb5aab
authored
May 24, 2018
by
Isaac Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Adiciona `redirectUrl` ao payload de retorno login
parent
48b8a560
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
CompetitionAdm.yaml
Api/CompetitionAdm.yaml
+10
-5
No files found.
Api/CompetitionAdm.yaml
View file @
8ddb5aab
...
@@ -38,13 +38,18 @@ paths:
...
@@ -38,13 +38,18 @@ paths:
required
:
true
required
:
true
responses
:
responses
:
'
200'
:
'
200'
:
description
:
'
JWT
'
description
:
'
Auth
token
'
content
:
content
:
application/json
:
application/json
:
schema
:
schema
:
type
:
object
properties
:
token
:
type
:
string
type
:
string
'
422'
:
redirectUrl
:
description
:
'
validation
error'
type
:
string
'
401'
:
description
:
'
Authetication
failed'
content
:
content
:
application/json
:
application/json
:
schema
:
schema
:
...
...
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