cURL
curl --request POST \ --url https://api.openpipe.ai/api/v1/logs/update-metadata \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "filters": [ { "field": "<string>", "equals": "<string>" } ], "metadata": {} }'
{ "matchedLogs": 123 }
Update tags metadata for logged calls matching the provided filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object