File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ return a JSON object with the following structure:
21
21
22
22
.. sourcecode :: json
23
23
24
- {"login_data": string}
24
+ {"login_data": " string" }
25
25
26
26
The content of the returned login data string should be passed to API calls
27
27
that require authentication in a `X-CMS-Authorization ` header.
@@ -36,7 +36,7 @@ running, will return the following object:
36
36
37
37
.. sourcecode :: json
38
38
39
- {"tasks": [{"name": string, "statements": [string], "submission_format": [string] }]}
39
+ {"tasks": [{"name": " string" , "statements": [" string" ], "submission_format": [" string" ] }]}
40
40
41
41
42
42
Tasks are ordered in the same order as in the UI. The `name ` of the task is
@@ -57,7 +57,7 @@ The request will return an object with the ID of the new submission:
57
57
58
58
.. sourcecode :: json
59
59
60
- {"id": string}
60
+ {"id": " string" }
61
61
62
62
63
63
List submissions
@@ -69,7 +69,7 @@ chronological order:
69
69
70
70
.. sourcecode :: json
71
71
72
- {"list": [{"id": string}]}
72
+ {"list": [{"id": " string" }]}
73
73
74
74
Task statement
75
75
==============
You can’t perform that action at this time.
0 commit comments