{ "opencollection": "1.0.0", "info": { "name": "OwnerRez API v2 Bookings TagDefinitions API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "TagDefinitions", "type": "folder" }, "items": [ { "info": { "name": "List tag definitions", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/tagdefinitions", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip for pagination." } ] }, "docs": "Returns the tag definitions." }, { "info": { "name": "Create a tag definition", "type": "http" }, "http": { "method": "POST", "url": "https://api.ownerrez.com/v2/tagdefinitions", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new tag definition." }, { "info": { "name": "Retrieve a tag definition", "type": "http" }, "http": { "method": "GET", "url": "https://api.ownerrez.com/v2/tagdefinitions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieves a single tag definition by identifier." }, { "info": { "name": "Update a tag definition", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.ownerrez.com/v2/tagdefinitions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a tag definition." }, { "info": { "name": "Delete a tag definition", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.ownerrez.com/v2/tagdefinitions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Deletes a tag definition." } ] } ], "bundled": true }