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
915ff337
Commit
915ff337
authored
Jun 14, 2018
by
Rosana Aurélio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Inclusão de rota para buscar token de competição.
parent
8e67870c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletion
+26
-1
Competify.API.yaml
Api/Competify.API.yaml
+26
-1
No files found.
Api/Competify.API.yaml
View file @
915ff337
...
@@ -187,4 +187,29 @@ paths:
...
@@ -187,4 +187,29 @@ paths:
format
:
int32
format
:
int32
type
:
integer
type
:
integer
/competitions/{competitionId}/{token}
:
get
:
security
:
-
bearerAuth
:
[]
tags
:
-
competition
summary
:
Retrieves an competition's token
description
:
Retrieves an competition's token.
responses
:
'
200'
:
description
:
'
'
content
:
application/json
:
schema
:
$ref
:
'
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.yaml/#/Competition'
parameters
:
-
name
:
competitionId
in
:
path
description
:
The unique identifier of the Competition.
required
:
true
schema
:
format
:
int32
type
:
integer
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