{ "opencollection": "1.0.0", "info": { "name": "Oracle Recipient Invitation API", "version": "1.0" }, "items": [ { "info": { "name": "recipientInvitation", "type": "folder" }, "items": [ { "info": { "name": "Lists recipient invitations", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/recipientInvitations", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "senderTenancyId", "value": "", "type": "query", "description": "The tenancy that sent the invitation." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The lifecycle state of the resource." }, { "name": "status", "value": "", "type": "query", "description": "The status of the recipient invitation." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." } ] }, "docs": "Return a (paginated) list of recipient invitations.\n" }, { "info": { "name": "Gets information about the recipient invitation.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20220518/recipientInvitations/:recipientInvitationId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "recipientInvitationId", "value": "", "type": "path", "description": "OCID of the recipient invitation to retrieve." } ] }, "docs": "Gets information about the recipient invitation." }, { "info": { "name": "Update the RecipientInvitation identified by the id.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20220518/recipientInvitations/:recipientInvitationId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "recipientInvitationId", "value": "", "type": "path", "description": "OCID of the recipient invitation to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the recipient invitation." }, { "info": { "name": "Accepts a recipient invitation.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/recipientInvitations/:recipientInvitationId/actions/accept", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "recipientInvitationId", "value": "", "type": "path", "description": "OCID of recipient invitation to accept." } ] }, "docs": "Accepts a recipient invitation." }, { "info": { "name": "Ignores a recipient invitation.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20220518/recipientInvitations/:recipientInvitationId/actions/ignore", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "recipientInvitationId", "value": "", "type": "path", "description": "OCID of recipient invitation to ignore." } ] }, "docs": "Ignores a recipient invitation." } ] } ], "bundled": true }