v1

latestOpenAPI 3.0.02026-07-2417611.8 MB
Authoring resources

Create a resource at the given id.

Use this end point to create a resource at the required ID with the binary data provided in the request body. If a resource already exists with that id, then the md5 checksum is compared. If it matches, then the request will respond with a 200 OK. If it does not match, a 409 Conflict response is returned. The created resource will be validated against the checksum.<br />User roles: admin, manager, editor

put/authoring/v1/resources/{id}

Path parameters

idstring required

Provide the ID of the resource that you want to create.

Query parameters

namestring required

Provide a name for the resource that you want to create.

md5string required

Provide the Base64 encoded MD5 checksum of the resource.

Headers

Content-Typestring required

Provide the media type of the binary.

Response

The resource provided already exists at the given ID.