Replace custom list identifiers

Replace all existing identifiers in a custom list with new ones.

Authentication

AuthorizationBearer

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

Path parameters

listIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The unique identifier of the custom list

Request

This endpoint expects a list of objects.
identifierenumRequired
Type of identifier
valuestringRequired
The identifier value

Response

Identifiers replaced successfully
messagestring
Response message
resultboolean
Indicates if the request was successful
contentobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error