{ "opencollection": "1.0.0", "info": { "name": "Amazon FinSpace Environments Tagging API", "version": "2021-03-12" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Tagging", "type": "folder" }, "items": [ { "info": { "name": "Amazon FinSpace List Tags for Resource", "type": "http" }, "http": { "method": "GET", "url": "https://finspace.{region}.amazonaws.com/tags/:resourceArn", "params": [ { "name": "resourceArn", "value": "", "type": "path", "description": "Resource ARN" } ] }, "docs": "A list of all tags for a resource." }, { "info": { "name": "Amazon FinSpace Tag a Resource", "type": "http" }, "http": { "method": "POST", "url": "https://finspace.{region}.amazonaws.com/tags/:resourceArn", "params": [ { "name": "resourceArn", "value": "", "type": "path", "description": "Resource ARN" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds metadata tags to a FinSpace resource." } ] } ], "bundled": true }