Create bulk operation

Creates a bulk operation from a previous upload, processing entries asynchronously. Omit sys.id for auto-generated IDs; existing IDs will fail with EntryExistsError.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired

Alphanumeric id of the space.

environment_idstringRequired

Alphanumeric id of the environment. Defaults to master.

Request

This endpoint expects a map from strings to any.

Response

Created - Bulk operation created successfully

Errors

403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error