{ "opencollection": "1.0.0", "info": { "name": "Announcements Service Announcements Preferences API", "version": "0.0.1" }, "items": [ { "info": { "name": "announcementsPreferences", "type": "folder" }, "items": [ { "info": { "name": "ListAnnouncementsPreferences", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180904/announcementsPreferences", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return in a paginated \"List\" call." }, { "name": "page", "value": "", "type": "query", "description": "The value of the `opc-next-page` response header from the previous \"List\" call." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The OCID of the compartment.\n" } ] }, "docs": "Gets the current preferences of the tenancy regarding receiving announcements by email.\n\nThis call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 10" }, { "info": { "name": "Creates email preferences.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20180904/announcementsPreferences", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a request that specifies preferences for the tenancy regarding receiving announcements by email.\n\nThis call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of oper" }, { "info": { "name": "Gets the current email preferences for announcements.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20180904/announcementsPreferences/:preferenceId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "preferenceId", "value": "", "type": "path", "description": "The ID of the preference." } ] }, "docs": "Gets the current preferences of the tenancy regarding receiving announcements by email.\n\nThis call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 10" }, { "info": { "name": "Updates email preferences for announcements.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20180904/announcementsPreferences/:preferenceId", "headers": [ { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "preferenceId", "value": "", "type": "path", "description": "The ID of the preference." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the preferences of the tenancy regarding receiving announcements by email.\n\nThis call is subject to an Announcements limit that applies to the total number of requests across all read or write operations. Announcements might throttle this call to reject an otherwise valid request when the total rate of operations exceeds 20 requests per second for a given user. The service might also throttle this call to reject an otherwise valid request when the total rate of operations exceeds 100 req" } ] } ], "bundled": true }