OAuth apps
Update an OAuth app
This endpoint updates an OAuth app.
PATCH
Documentation Index
Fetch the complete documentation index at: https://sequin.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request parameters
The ID of the OAuth app.
Name of the OAuth app.
The client secret of the OAuth app.
Metadata for the OAuth app. This is a free-form object that you can use to store any additional information you want to associate with the OAuth app.
Response fields
ID of the OAuth app.
Display name of the OAuth app.
Status of the OAuth app. Learn more about the health object.
The client ID of the OAuth app.
The client secret of the OAuth app.
Metadata for the OAuth app. This is a free-form object that you can use to store any additional information you want to associate with the OAuth app.
Timestamp of when the OAuth app was created, in ISO 8601 format.
Timestamp of when the OAuth app was last updated, in ISO 8601 format.

