Skip to content

Update a peer API key

PATCH
/api-keys/{id}

Authorizations

X-Management-Key

The JACK_MANAGEMENT_KEY the management listener was started with.

Type
API Key (header: X-Management-Key)

Parameters

Path Parameters

id*
Type
integer
Required
Exclusive Minimum
0
Maximum
9007199254740991

Request Body

application/json
JSON
{
  
"name": "string",
  
"description": "string",
  
"expiresAt": "string"
}

Responses

Success

application/json

Samples

Powered by VitePress OpenAPI

Released under the GPL-3.0 License.