Lists
Add an entry
Adds a resource to a list as a new entry.
post/v1/lists/{id}/entries
Request body
Example request
{
"resourceType": "company"
}Response
The created entry.
Example response
{
"data": {
"id": "665f1c2a9b1e4a0012a3b4c5",
"resourceType": "company"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.