linear_updateManagedOAuthApplication
Update metadata, grant capabilities, or configure webhooks for a child OAuth app managed by the calling Linear application.
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 |