Update an OAuth client

Update information about an OAuth Client on your Account. This can be especially useful to update the redirect_uri of your client in the event that the callback URL changed in your application.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: update_oauth_client
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: account:read_write

CLI

linode-cli account client-update \
  edc6790ea9db4d224c5c \
  --label Test_Client_1

Learn more

Path Params
string
enum
required

Enum Call either the v4 URL, or v4beta for operations still in Beta.

Allowed:
string
required

The OAuth Client ID to look up.

Body Params

A third-party application registered to Linode that users may log into with their Linode account through our authentication server at login.linode.com. Using an OAuth Client, a third-party developer may be given access to some, or all, of a User's account for the purposes of their application.

string
length between 1 and 512

Filterable The name of this application. This will be presented to users when they are asked to grant it access to their Account.

boolean
Defaults to false

Filterable If this is a public or private OAuth Client. Public clients have a slightly different authentication workflow than private clients. See the OAuth spec for more details.

url

The location a successful log in from login.linode.com should be redirected to for this client. The receiver of this redirect should be ready to accept an OAuth exchange code and finish the OAuth exchange.

Responses

Language
Credentials
LoadingLoading…
Response
Choose an example:
application/json