v1
latestOpenAPI 3.0.32026-07-2632131.4 MBViews
Update a view
put/views/{id}
Path parameters
idstring required
View ID
Request body
Example request
{
"shares": [
{
"contactId": "5926bdfb1bfe871000d0a745"
}
]
}Response
Retrieve the updated listing, selection of fields that were sent in body.
Example response
{
"shares": [
{
"contactId": "5926bdfb1bfe871000d0a745"
}
]
}