Update App
Update app attributes.
Parameters
Parameter | Description |
---|---|
Access Token TTL | The access token time to live for your app, in seconds. It only affects the newly generated access tokens, existing access token will continue to have their previous time to live as expiration. |
Client ID | Client ID. |
Name | New name of the app to display to users during authorization flow. |
Organization ID | Unique identifier for an organization. |
Redirect URIs | List of allowed redirect URIs to call back after authentication. |
Example Output
{
"data": {
"attributes": {
"access_token_ttl_seconds": 3600,
"client_id": "941b423a-e0a0-4a33-a7ca-dd9e9e6bd8cf",
"context": "tenant",
"is_confidential": true,
"is_public": false,
"name": "My App",
"org_public_id": "1892a7f7-8810-4000-8b45-5f561981f101",
"redirect_uris": [
"https://example.com/callback"
],
"scopes": [
"A"
]
},
"id": "1892a7f7-8810-4000-847a-831fad56ac01",
"type": "string"
},
"jsonapi": {
"version": "1.0"
},
"links": {
"self": "https://example.com/api/this_resource"
}
}
Workflow Library Example
Update App with Snyk and Send Results Via Email
Preview this Workflow on desktop