Skip to main content

Update an Application Key

PUT 

/v2/application-keys/:application_key_id

Update an Application Key

Request

Path Parameters

    application_key_id stringrequired

    The id of the Application Key.

    Example: 0c45e4ec-26e0-4043-86e4-c15b9cf985a0

Body

required
    data ApplicationKeyrequired
    name string

    Possible values: non-empty and <= 255 characters

    Specifies the name of the application key.

    reserved_rate_limit integer

    Indicates the reserved rate limit for an application key. For more information, see Application Keys Overview.

    type stringrequired

    Represents the type of object being returned. Always application_key.

Responses

OK

Schema
    data objectrequired
    id uuid

    Specifies the unique id of the application key.

    name string

    Specifies the name of the application key.

    type string

    Represents the type of object being returned. Always application_key.

    client_id string

    Represents the unique client_id.

    client_secret string

    Represents the unique client_secret.

    reserved_rate_limit integer

    Indicates the reserved rate limit for an application key. For more information, see Application Keys Overview.

    meta object
    timestamps object
    created_at string

    Specifies the creation date of the key.

    updated_at string

    Specifies the last updated date of the key.

    last_used_at string

    Specifies the approximate last used date of the key. A null value indicates that the key has not been used.

    links object
    self string

    Represents a link to the specific resource.

Loading...