Digital Twins
Update Digital Twin
Updates an existing digital twin character. All fields are optional for partial updates. Note: reference image and ownership cannot be changed after creation.
patch/api/v1/digital-twins/{ohChatId}
Path parameters
ohChatIdinteger required
OhChat character ID (from the characterId field in status response)
Request body
Response
Digital twin updated successfully
Example response
{
"success": true,
"updatedFields": [
"bio",
"hairColour",
"interests"
],
"message": "Digital twin updated successfully. 3 field(s) modified."
}Changes
No recorded changes to this endpoint across all 1 revision of this API.