patch https://management-api.fpjs.io/api-keys/
Updates a single API key. You can update the keys name, description, status, and rate limit. You cannot mutate the actual key itself.
Responses
Updates a single API key. You can update the keys name, description, status, and rate limit. You cannot mutate the actual key itself.
xxxxxxxxxx
curl --request PATCH \
--url https://management-api.fpjs.io/api-keys/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"data": {
"id": "tok_No3jUysGLCDuqB3RnCVf1weo",
"name": "My Public Key",
"description": "Description for my public key",
"status": "enabled",
"environment": "ae_rrETjdWcfqI6AFsk",
"type": "public",
"token": "eWDrrpGGLjDQW0LBA0Wj",
"rateLimit": 5,
"createdAt": "2024-05-31T01:24:39.506Z",
"disabledAt": null
}
}