Skip to main content
PATCH
/
v0
/
accounts
/
{account_id}
/
logs
/
{account_log_id}
Update account log
curl --request PATCH \
  --url https://api.tryarchitect.com/v0/accounts/{account_id}/logs/{account_log_id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "text": "<string>"
}
'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

API key authentication for the External Actor Gateway

Path Parameters

account_id
string
required

account_id parameter

account_log_id
string
required

account_log_id parameter

Body

application/json
text
string
required

Replacement plain text for the user-authored person log entry

Minimum string length: 1

Response

Successful operation

success
boolean
required