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
11260ac6
Commit
11260ac6
authored
Jul 16, 2018
by
Rosana Aurélio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[API] Correção api competition.adm
parent
c2c743a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
Competition.Adm.API.yaml
Api/Competition.Adm.API.yaml
+13
-2
No files found.
Api/Competition.Adm.API.yaml
View file @
11260ac6
...
...
@@ -1092,13 +1092,20 @@ paths:
summary
:
Retrieve all assignment from assessment
responses
:
'
200'
:
description
:
'
'
content
:
application/json
:
schema
:
type
:
array
items
:
$ref
:
'
https://gitlab.dev.evologica.com.br/Competify/Docs/raw/master/Api/components/schemas.json#/Assignment'
parameters
:
-
name
:
assessmentId
in
:
path
required
:
true
schema
:
format
:
int32
type
:
integer
#Assignment
/assignments
:
get
:
...
...
@@ -1107,6 +1114,7 @@ paths:
summary
:
Retrieves all assignments for the assessment.
responses
:
'
200'
:
description
:
'
'
content
:
application/json
:
schema
:
...
...
@@ -1120,6 +1128,7 @@ paths:
summary
:
Retrieves a specific assignment.
responses
:
'
200'
:
description
:
'
'
content
:
application/json
:
schema
:
...
...
@@ -1138,6 +1147,7 @@ paths:
summary
:
Retrives all submissions from specific assignment
responses
:
'
200'
:
description
:
'
'
content
:
application/json
:
schema
:
...
...
@@ -1154,10 +1164,11 @@ paths:
/assignments/{assignmentId}/submissions/{submissionId}
:
get
:
tags
:
-assignment
-
assignment
summary
:
Retrieve a specific submission from assignment
responses
:
'
200'
:
description
:
'
'
content
:
application/json
:
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