v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Apps

Updates an app client.

Only the display name can be changed, create a new client if necessary.

put/api/apps/{app}/clients/{id}

Path parameters

appstring required

The name of the app.

idstring required

The ID of the client that must be updated.

Request body

namestring nullable

The new display name of the client.

rolestring nullable

The role of the client.

allowAnonymousboolean nullable

True to allow anonymous access without an access token for this client.

apiCallsLimitinteger nullable

The number of allowed api calls per month for this client.

apiTrafficLimitinteger nullable

The number of allowed api traffic bytes per month for this client.

Response

Client updated.

_linksobject required

The links.