We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa222cc commit 72b3b49Copy full SHA for 72b3b49
doc/manual/import.rst
@@ -407,11 +407,11 @@ and click `Import`.
407
408
To import the file using the API run the following commands::
409
410
- 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]
411
412
To import the file using the CLI run the following command::
413
414
- <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
415
416
Replace ``<CID>`` with the contest ID that was returned when importing the
417
contest metadata.
0 commit comments