We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3324986 commit 1ba02e7Copy full SHA for 1ba02e7
doc/manual/import.rst
@@ -405,11 +405,11 @@ and click `Import`.
405
406
To import the file using the API run the following commands::
407
408
- http --check-status -b -f POST "<API_URL>/contests/<CID>/problems" [email protected]
+ http --check-status -b -f POST "<API_URL>/contests/<CID>/problems/add-data" [email protected]
409
410
To import the file using the CLI run the following command::
411
412
- <WEBAPP_DIR>/bin/console api:call -m POST -f data=problems.yaml contests/<CID>/problems
+ <WEBAPP_DIR>/bin/console api:call -m POST -f data=problems.yaml contests/<CID>/problems/add-data
413
414
Replace ``<CID>`` with the contest ID that was returned when importing the
415
contest metadata.
0 commit comments