Monitoring
Update logs
Update logs with metadata and notes
You could update logs with metadata and notes using the PATCH
method on the /api/request-logs/batch-update/
endpoint.
Why Update logs?
You may want to update logs to add more information or correct the existing information. In order to protect the integrity of the logs, you can only update the metadata and notes of the logs.
Steps
1
Get unique_id of the log
You need first to get the unique_id
of the log you want to update. You can get the unique_id
from the Logs list endpoint. OR you can get the unique_id
from Logs page’s Log ID
column.
2
Send the API request
Pass the unique_id
to the /api/request-logs/batch-update/
endpoint with the metadata and notes you want to update.