admin

Create a new problem suite

Create a new problem suite version.

Downloads and parses the problem suite JSON from S3, then creates Problem records for each problem in the suite.

post/v1/admin/suites

Request body

problem_suite_uristring required

URI of the problem suite to import

is_publicboolean

Whether the suite is publicly visible

also_member_ofinteger[]

Existing suite versions to also add the new problems to (via problem_suite_membership). Use to extend a race-bank with a freshly-generated batch while keeping the batch's own origin.

Response

Successful Response

suite_idinteger required

ID of the created suite

suite_versioninteger required

Version number of the suite

is_activeboolean required

Whether the suite is active

Changes

No recorded changes to this endpoint across all 1 revision of this API.