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