{ "opencollection": "1.0.0", "info": { "name": "Workday Extend Workday Custom Objects App Configurations API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{baseUrl}/authorize", "accessTokenUrl": "https://{baseUrl}/oauth2/{tenant}/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "App Configurations", "type": "folder" }, "items": [ { "info": { "name": "Workday Extend List application configurations", "type": "http" }, "http": { "method": "GET", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/apps/:appId/configurations", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier of the Extend application" } ] }, "docs": "Returns the configuration settings for the specified Extend application, including environment-specific parameters and feature flags." }, { "info": { "name": "Workday Extend Update application configurations", "type": "http" }, "http": { "method": "PUT", "url": "https://{baseUrl}/api/customObjects/v1/{tenant}/apps/:appId/configurations", "params": [ { "name": "appId", "value": "", "type": "path", "description": "The unique identifier of the Extend application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration settings for the specified Extend application. Replaces all configuration values with the provided settings." } ] } ], "bundled": true }