Instance Settings

Update OAuth application settings

Updates the OAuth application settings for the instance.

patch/instance/oauth_application_settings

Request body

dynamic_oauth_client_registrationboolean nullable

Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).

oauth_jwt_access_tokensboolean nullable

Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).

Response

Success

object'oauth_application_settings' required

String representing the object's type. Objects of the same type share the same value.

dynamic_oauth_client_registrationboolean required

Whether dynamic OAuth client registration is enabled for the instance (RFC 7591).

oauth_jwt_access_tokensboolean required

Whether OAuth JWT access tokens are enabled for the instance (disabled indicates opaque access tokens).

Changes