data
Replace the data object with given ID.
Replace the data object with given ID.
put/data/{id}
Path parameters
idstring required
Request body
Example request
{
"owners": [
{
"id": "123",
"type": "user"
}
]
}Response
successful operation
Example response
{
"data": {
"owners": [
{
"id": "123",
"type": "user"
}
]
}
}