{ "opencollection": "1.0.0", "info": { "name": "Amazon Managed Blockchain Accessors Invitations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Invitations", "type": "folder" }, "items": [ { "info": { "name": "Amazon Managed Blockchain List Invitations", "type": "http" }, "http": { "method": "GET", "url": "http://managedblockchain.{region}.amazonaws.com/invitations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of invitations to return." }, { "name": "nextToken", "value": "", "type": "query", "description": "The pagination token that indicates the next set of results to retrieve." }, { "name": "MaxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "NextToken", "value": "", "type": "query", "description": "Pagination token" } ] }, "docs": "
Returns a list of all invitations for the current Amazon Web Services account.
Applies only to Hyperledger Fabric.
" }, { "info": { "name": "Amazon Managed Blockchain Reject Invitation", "type": "http" }, "http": { "method": "DELETE", "url": "http://managedblockchain.{region}.amazonaws.com/invitations/:invitationId", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "invitationId", "value": "", "type": "path", "description": "The unique identifier of the invitation to reject." } ] }, "docs": "Rejects an invitation to join a network. This action can be called by a principal in an Amazon Web Services account that has received an invitation to create a member and join a network.
Applies only to Hyperledger Fabric.
" } ] } ], "bundled": true }