molroo docs
PersonaAPI ReferencePersonasId

Update persona configuration

PATCH
/personas/{id}

Path Parameters

id*string

Persona ID

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X PATCH "https://api.molroo.io/personas/uuid" \  -H "Content-Type: application/json" \  -d '{}'
{
  "result": {
    "ok": true
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}