linear_updateManagedOAuthApplication
Update metadata, grant types, redirect URIs, and webhook settings for an OAuth child app. Manage capabilities without altering token scopes.
Instructions
Update metadata, grant capabilities, or webhook configuration for an alpha child app owned by the calling OAuth application. This does not grant or approve token scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | OAuth client name. Must not contain "Linear" or an http(s) URL. | |
| imageUrl | No | ||
| developer | No | ||
| grantTypes | No | ||
| webhookUrl | No | ||
| description | No | ||
| developerUrl | No | ||
| redirectUris | No | ||
| webhookEnabled | No | ||
| webhookResourceTypes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| clientId | No | ||
| imageUrl | No | ||
| createdAt | No | ||
| developer | No | ||
| updatedAt | No | ||
| grantTypes | No | ||
| webhookUrl | No | ||
| description | No | ||
| developerUrl | No | ||
| distribution | No | ||
| redirectUris | No | ||
| webhookEnabled | No | ||
| webhookResourceTypes | No |