For the complete documentation index, see llms.txt. This page is also available as Markdown.

Bulk

Delete Diamond Assets

post
/bulk/diamond-asset/delete
Body

A request to delete one or more diamond assets.

Responses
200

The request was processed successfully. The result of each deletion is determined by looking at individual deletion status for each diamond asset.

application/json

A response from the /bulk/diamond-asset/delete endpoint containing the status of each deleted diamond.

post/bulk/diamond-asset/delete

Bulk Mark As Archived

post
/bulk/diamonds/archive

Mark diamonds as archived, if they're available to be archived.

Body

A list of diamonds to mark as archived.

Responses
200

Successful Response

application/json

Aggregated results of marking diamonds as archived.

post/bulk/diamonds/archive

Bulk Delete Diamonds

post
/bulk/diamonds/delete

Permanently delete diamonds from a participant's inventory.

Body
dry_runbooleanOptional

If true, no diamonds will be deleted. The API will return the response as if it did.

Default: false
Responses
200

Successful Response

application/json
post/bulk/diamonds/delete

Bulk Unarchive

post
/bulk/diamonds/unarchive

Un-archive diamonds, if they're available to be un-archived.

Body

A list of diamonds to un-archive.

Responses
200

Successful Response

application/json

Aggregated results of un-archiving diamonds.

post/bulk/diamonds/unarchive

Unlock Diamonds

post
/bulk/diamonds/unlock

Unlock the diamonds in the request body, if they're available to unlock.

Body

Represents a request to unlock one or more locked diamonds.

Responses
200

Successful Response

application/json

Represents the response to an UnlockRequest.

post/bulk/diamonds/unlock

Last updated