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.
User roles: admin, manager, editor

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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

Query Params
string
required

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

string
required

Provide the Base64 encoded MD5 checksum of the resource.

Body Params

Provide the binary data that is required to create a resource.

Responses
200

The resource provided already exists at the given ID.

201

Successfully created a resource at the given ID.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json