Skip to main content
PATCH
Update a scoped API key

Authorizations

Authorization
string
header
required

Your personal access token from Settings → Profile, or a scoped API key (hc_…) created at Settings → Developer → API keys. Send it as Authorization: Bearer <token>.

Path Parameters

accountId
integer
required

HueChat account ID

keyId
integer
required

API key ID

Body

application/json

Fields to update

allowed_ips
string[]
description
string
expires_at
string<date-time>
name
string
rate_limit_rpm
integer
scopes
string[]

Response

OK

api_key
object