Skip to main content

Update an App Client

PUT 

/v1/app-clients/:appClientId

Update an App Client

Request

Path Parameters

    appClientId stringrequired

    The App Client identifier.

Body

The request received from the client.

    appClientId stringrequired

    The App Client identifier.

    name stringrequired

    The name of the App Client.

    description stringrequired

    The description of the App Client.

    roles string[]required

    The names of the roles that the App Client has. This is a subset of the roles of the user creating the App Client.

Responses

OK

Schema

    appClient

    object

    required

    An App Client. An App Client enables you to generate access tokens which are used by the platform the authenticate API requests.

    appClientId stringrequired

    The identifier of the App Client.

    name stringrequired

    The name of the App Client.

    description stringrequired

    The description of the App Client

    clientId stringrequired

    The client identifier for the App Client

    clientSecretHint stringrequired

    A hint for the client secret for the App Client.

    roles string[]required

    The list of roles that the App Client has.

Loading...