Update a personal OAuth app
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
Possible values
development: Development mode permits HTTPS redirect URIs and local HTTP redirect URIs. Only the app owner, or an org admin for organization apps, can authorize development apps.production: Production mode only permits secure non-local redirect URIs.
Returns
- 200 OK
successful operation
Name
Type
Req.
body
objectoptionalObject Properties
Possible values
public: A public client.confidential: A confidential client.
Possible values
development: Development mode permits HTTPS redirect URIs and local HTTP redirect URIs. Only the app owner, or an org admin for organization apps, can authorize development apps.production: Production mode only permits secure non-local redirect URIs.
put
/user/oauth2/apps/{client_id}200 OK
Response