{ "opencollection": "1.0.0", "info": { "name": "LinkedIn Compliance Events Access Control Application Updates API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://www.linkedin.com/oauth/v2/authorization", "accessTokenUrl": "https://www.linkedin.com/oauth/v2/accessToken", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Application Updates", "type": "folder" }, "items": [ { "info": { "name": "LinkedIn Update OAuth 2.0 Callback URLs for Child Application", "type": "http" }, "http": { "method": "POST", "url": "https://api.linkedin.com/v2/provisionedApplications/:customer_application_urn", "params": [ { "name": "customer_application_urn", "value": "urn:li:developerApplication:12345678", "type": "path", "description": "URN of the customer application to update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the OAuth 2.0 authorized callback URLs for a child application. Partners use this endpoint to modify the callback URLs configuration for customer applications.\nFor more information, refer to the [Update Application documentation](https://docs.microsoft.com/en-us/linkedin/talent/middleware-platform/provisioning-api#update-application)." } ] } ], "bundled": true }