Skip to content

Commit c3bfaaa

Browse files
committed
feat: add GET enterprise configuration endpoint
1 parent f262571 commit c3bfaaa

File tree

3 files changed

+1984
-145
lines changed

3 files changed

+1984
-145
lines changed

openapi.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "3367c96586"
17+
"x-box-commit-hash": "b9f1309925"
1818
},
1919
"servers": [
2020
{
@@ -28721,7 +28721,7 @@
2872128721
"x-box-tag": "email_aliases"
2872228722
},
2872328723
"Enterprise--Base": {
28724-
"description": "A mini representation of a enterprise, used when\nnested within another resource.",
28724+
"description": "A representation of a enterprise, used when\nnested within another resource.",
2872528725
"type": "object",
2872628726
"properties": {
2872728727
"id": {
@@ -28739,15 +28739,8 @@
2873928739
"nullable": false
2874028740
}
2874128741
},
28742-
"title": "Enterprise (Base)",
28743-
"x-box-resource-id": "enterprise--base",
28744-
"x-box-variant": "base",
28745-
"x-box-variants": [
28746-
"base",
28747-
"mini",
28748-
"standard",
28749-
"full"
28750-
]
28742+
"title": "Enterprise",
28743+
"x-box-resource-id": "enterprise--base"
2875128744
},
2875228745
"Event": {
2875328746
"description": "The description of an event that happened within Box.",

0 commit comments

Comments
 (0)