Skip to main content
PATCH
/
{org}
/
api-key
/
{id}
Update API key tags
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": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Minimum string length: 1
org
string
required

Body

application/json
tags
object
required

Response

Updated tags

tags
object
required