Skip to main content
PATCH
Add Entity to List
Adds an entity to the specified list for the authenticated user. Prevents duplicate additions.

Path Parameters

string
required
ID of the target list

Body Parameters

string
required
ID of the entity to add to the list

Response

string
Unique list identifier
string
Project identifier
string
ID of the user who owns the list
string
Name of the list
array
Updated array of entity IDs saved in this list (includes the newly added entity)
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses


Notes

  • Entity will not be added again if it already exists in the list.
  • The response includes the updated and populated list object.