Personas
Update a persona
put/products/{product_id}/personas/{id}
Path parameters
product_idstring required
ProductId identifier
idstring required
Id identifier
Request body
Example request
{
"persona": {
"name": "Julie"
}
}Response
Successful operation
Changes
No recorded changes to this endpoint across all 5 revisions of this API.