{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Skills API", "version": "1.0" }, "items": [ { "info": { "name": "Skills", "type": "folder" }, "items": [ { "info": { "name": "List Box Skill cards on file", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/files/:file_id/metadata/global/boxSkillsCards", "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": "List the Box Skills metadata cards that are attached to a file." }, { "info": { "name": "Create Box Skill cards on file", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/files/:file_id/metadata/global/boxSkillsCards", "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 one or more Box Skills metadata cards to a file." }, { "info": { "name": "Update Box Skill cards on file", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/files/:file_id/metadata/global/boxSkillsCards", "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": "Updates one or more Box Skills metadata cards to a file." }, { "info": { "name": "Remove Box Skill cards from file", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/files/:file_id/metadata/global/boxSkillsCards", "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 any Box Skills cards metadata from a file." }, { "info": { "name": "Update all Box Skill cards on file", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/skill_invocations/:skill_id", "params": [ { "name": "skill_id", "value": "33243242", "type": "path", "description": "The ID of the skill to apply this metadata for." } ], "body": { "type": "json", "data": "{}" } }, "docs": "An alternative method that can be used to overwrite and update all Box Skill\nmetadata cards on a file." } ] } ], "bundled": true }