Skip to main content

Update API key

PUT 

/v2/api-keys/:apiKeyId

Update API key

Request

Path Parameters

    apiKeyId int64required

Body

required
    description string
    scopes string[]required

Responses

OK

Schema
    description stringrequired

    Description

    expiresAt int64

    Timestamp of API key expiraion

    id int64required

    ID of the API key

    lastUsedAt int64

    Timestamp of API key last usage

    projectId int64required

    Api key's project ID

    projectName stringrequired

    Api key's project name

    scopes string[]required

    Api key's permission scopes

    userFullName string

    Full name of user owner

    username string

    Username of user owner

Loading...