{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Watermarks (Folders) API", "version": "1.0" }, "items": [ { "info": { "name": "Watermarks (Folders)", "type": "folder" }, "items": [ { "info": { "name": "Box Get watermark for folder", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/folders/:folder_id/watermark", "params": [ { "name": "folder_id", "value": "12345", "type": "path", "description": "The unique identifier that represent a folder.\n\nThe ID for any folder can be determined\nby visiting this folder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/folder/123`\nthe `folder_id` is `123`.\n\nThe root folder of a Box account is\nalways represented by the ID `0`." } ] }, "docs": "Retrieve the watermark for a folder." }, { "info": { "name": "Box Apply watermark to folder", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/folders/:folder_id/watermark", "params": [ { "name": "folder_id", "value": "12345", "type": "path", "description": "The unique identifier that represent a folder.\n\nThe ID for any folder can be determined\nby visiting this folder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/folder/123`\nthe `folder_id` is `123`.\n\nThe root folder of a Box account is\nalways represented by the ID `0`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Applies or update a watermark on a folder." }, { "info": { "name": "Box Remove watermark from folder", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/folders/:folder_id/watermark", "params": [ { "name": "folder_id", "value": "12345", "type": "path", "description": "The unique identifier that represent a folder.\n\nThe ID for any folder can be determined\nby visiting this folder in the web application\nand copying the ID from the URL. For example,\nfor the URL `https://*.app.box.com/folder/123`\nthe `folder_id` is `123`.\n\nThe root folder of a Box account is\nalways represented by the ID `0`." } ] }, "docs": "Removes the watermark from a folder." } ] } ], "bundled": true }