Skip to main content

Update client

PUT 

/v1/organizations/:organizationId/projects/:projectId/platforms/:platform/client-keys/:clientId

Update client

Request

Path Parameters

    organizationId stringrequired

    The ID of the organization

    projectId stringrequired

    The ID of the project

    platform stringrequired

    The platform

    clientId stringrequired

    The ID of the client

Responses

Schema
    id stringrequired

    The unique identifier for the client key.

    key stringrequired

    The client key associated with the project.

    secret stringrequired

    The secret associated with the client key.

Loading...