{ "opencollection": "1.0.0", "info": { "name": "Amazon Connect Service Agent Statuses Hours of Operations API", "version": "2017-08-08" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Hours of Operations", "type": "folder" }, "items": [ { "info": { "name": "Amazon Connect List Hours of Operations", "type": "http" }, "http": { "method": "GET", "url": "https://connect.amazonaws.com/hours-of-operations/:InstanceId", "params": [ { "name": "InstanceId", "value": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE", "type": "path", "description": "The identifier of the Amazon Connect instance." }, { "name": "nextToken", "value": "", "type": "query" }, { "name": "maxResults", "value": "50", "type": "query" } ] }, "docs": "Provides information about the hours of operation for the specified Amazon Connect instance." }, { "info": { "name": "Amazon Connect Create Hours of Operation", "type": "http" }, "http": { "method": "POST", "url": "https://connect.amazonaws.com/hours-of-operations/:InstanceId", "params": [ { "name": "InstanceId", "value": "a1b2c3d4-5678-90ab-cdef-11111EXAMPLE", "type": "path", "description": "The identifier of the Amazon Connect instance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API is in preview release for Amazon Connect and is subject to change. Creates hours of operation." } ] } ], "bundled": true }