{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Skill Invocations API", "version": "1.0" }, "items": [ { "info": { "name": "Skill Invocations", "type": "folder" }, "items": [ { "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 }