{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations Schedule API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Schedule", "type": "folder" }, "items": [ { "info": { "name": "Recurring schedule", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/schedules/:scheduleId", "params": [ { "name": "scheduleId", "value": "", "type": "path", "description": "scheduleId" } ] }, "docs": "Get all the details for a recurring schedule by ID" }, { "info": { "name": "Update a Recurring Schedule", "type": "http" }, "http": { "method": "PATCH", "url": "/SecretServer/api/v1/schedules/:scheduleId", "params": [ { "name": "scheduleId", "value": "", "type": "path", "description": "scheduleId" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update partial details for a recurring schedule or all constraints" }, { "info": { "name": "Create a Recurring Schedule", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/schedules", "body": { "type": "json", "data": "{}" } }, "docs": "Create a recurring schedule and all constraints" } ] } ], "bundled": true }