cURL
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 }
Update a user-authored account log entry.
API key authentication for the External Actor Gateway
account_id parameter
account_log_id parameter
Replacement plain text for the user-authored person log entry
1
Successful operation
Was this page helpful?