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