Skip to main content
POST
/
v0
/
persons
/
{person_id}
/
logs
/
{person_log_id}
/
restore
Restore person log
curl --request POST \
  --url https://api.tryarchitect.com/v0/persons/{person_id}/logs/{person_log_id}/restore \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{}'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://architect-d889a35e-sync-pr-3507.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

person_id
string
required

person_id parameter

person_log_id
string
required

person_log_id parameter

Body

application/json

The body is of type object.

Response

Successful operation

success
boolean
required