Entries
Assert a list entry by parent
Use this endpoint to create or update a list entry for a given parent record. If an entry with the specified parent record is found, that entry will be updated. If no such entry is found, a new entry will be created instead. If there are multiple entries with the same parent record, this endpoint with return the “MULTIPLE_MATCH_RESULTS” error. When writing to multi-select attributes, all values will be either created or deleted as necessary to match the list of values supplied in the request body.
Required scopes: list_entry:read-write
, list_configuration:read
.
PUT
Assert a list entry by parent
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path Parameters
A UUID or slug of the list the list entry belongs to.
Example:
"33ebdbe9-e529-47c9-b894-0ba25e9c15c0"
Body
application/json
Response
200
application/json
Success
Assert a list entry by parent