Skip to main content
PUT
/
api-keys
/
{id}
Update API key
curl --request PUT \
  --url https://nvidia.casebender.com/api/v1/api-keys/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>",
  "scopes": [
    "<string>"
  ],
  "tier": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z",
  "maxTlpLevel": 2,
  "ipWhitelist": [
    "<string>"
  ],
  "rateLimit": 123
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Path Parameters

id
string
required

Body

application/json
name
string
Required string length: 1 - 100
description
string
Maximum string length: 500
scopes
string[]
tier
string
expiresAt
string<date-time>
maxTlpLevel
number
Required range: 0 <= x <= 4
ipWhitelist
string[]
rateLimit
number

Response

200

Default Response