{ "opencollection": "1.0.0", "info": { "name": "Box Authorize Authorization Classifications API", "version": "1.0" }, "items": [ { "info": { "name": "Classifications", "type": "folder" }, "items": [ { "info": { "name": "Box List all classifications", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema" }, "docs": "Retrieves the classification metadata template and lists all the\nclassifications available to this enterprise.\n\nThis API can also be called by including the enterprise ID in the\nURL explicitly, for example\n`/metadata_templates/enterprise_12345/securityClassification-6VMVochwUWo/schema`." }, { "info": { "name": "Box Add classification", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more new classifications to the list of classifications\navailable to the enterprise.\n\nThis API can also be called by including the enterprise ID in the\nURL explicitly, for example\n`/metadata_templates/enterprise_12345/securityClassification-6VMVochwUWo/schema`." }, { "info": { "name": "Box Update classification", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/metadata_templates/enterprise/securityClassification-6VMVochwUWo/schema#update", "body": { "type": "json", "data": "{}" } }, "docs": "Updates the labels and descriptions of one or more classifications\navailable to the enterprise.\n\nThis API can also be called by including the enterprise ID in the\nURL explicitly, for example\n`/metadata_templates/enterprise_12345/securityClassification-6VMVochwUWo/schema`." }, { "info": { "name": "Box Add initial classifications", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/metadata_templates/schema#classifications", "body": { "type": "json", "data": "{}" } }, "docs": "When an enterprise does not yet have any classifications, this API call\ninitializes the classification template with an initial set of\nclassifications.\n\nIf an enterprise already has a classification, the template will already\nexist and instead an API call should be made to add additional\nclassifications." } ] } ], "bundled": true }