cURL
curl --request POST \ --url https://api.openpipe.ai/api/v1/logs/update-tags \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "filters": [ { "field": "<string>", "equals": "<string>" } ], "tags": {} }'
{ "matchedLogs": 123 }
DEPRECATED: use “/logs/update-metadata” instead
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