Update a persona
Updates an existing persona by its ID.
Path parameters
The ID of the persona to update
Request body
Example request
{
"backstoryPrompt": "A busy professional calling during lunch break",
"properties": {
"age": 35,
"zipCode": "94105",
"occupation": "Software Engineer"
}
}Response
The updated persona
Example response
{
"data": {
"backstoryPrompt": "A busy professional calling during lunch break",
"properties": {
"age": 35,
"zipCode": "94105",
"occupation": "Software Engineer"
}
}
}Changes
Changed in 2 of the 109 revisions of this API.11013
- ○
added the new optional request property
new-optional-request-property
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
- ▲
the response property
/became nullable for the statusresponse-property-became-nullable
- ●
added the new
HEenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
ILenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
conflictenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
conflictenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
conflictenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
conflictenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
payment_requiredenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the new optional request property
new-optional-request-property
- ○
the request property
became nullablerequest-property-became-nullable
- ○
the
request property default value changed from5to3request-property-default-value-changed
- ○
the
request property default value changed fromfalsetotruerequest-property-default-value-changed
- ○
the
request property default valueAre you still there?Hello?Can you hear me?was removedrequest-property-default-value-removed
- ○
added the new
HEenum value to the request propertyrequest-property-enum-value-added
- ○
added the new
ILenum value to the request propertyrequest-property-enum-value-added
- ○
the
response's property default value changed from5to3for the statusresponse-property-default-value-changed
- ○
the
response's property default value changed fromfalsetotruefor the statusresponse-property-default-value-changed
- ○
the
response's property default valueAre you still there?Hello?Can you hear me?was removed for the statusresponse-property-default-value-removed
- ○
added the required property
/to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲