Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "http://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "3367c96586"
"x-box-commit-hash": "b9f1309925"
},
"servers": [
{
Expand Down Expand Up @@ -28721,7 +28721,7 @@
"x-box-tag": "email_aliases"
},
"Enterprise--Base": {
"description": "A mini representation of a enterprise, used when\nnested within another resource.",
"description": "A representation of a enterprise, used when\nnested within another resource.",
"type": "object",
"properties": {
"id": {
Expand All @@ -28739,15 +28739,8 @@
"nullable": false
}
},
"title": "Enterprise (Base)",
"x-box-resource-id": "enterprise--base",
"x-box-variant": "base",
"x-box-variants": [
"base",
"mini",
"standard",
"full"
]
"title": "Enterprise",
"x-box-resource-id": "enterprise--base"
},
"Event": {
"description": "The description of an event that happened within Box.",
Expand Down
Loading