molroo docs
PersonaAPI ReferencePersonasIdSnapshot

Import persona snapshot

PUT
/personas/{id}/snapshot

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 PUT "https://api.molroo.io/personas/uuid/snapshot" \  -H "Content-Type: application/json" \  -d '{    "snapshot": {      "property1": null,      "property2": null    }  }'
{
  "result": {
    "ok": true
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}