cURL
curl --request PATCH \ --url https://api.mesa.dev/v1/{org}/api-key/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "tags": {} }'
{ "tags": {} }
Add, update, or remove tags on an API key. Set a tag value to null to remove it.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
1
Show child attributes
Updated tags