File tree Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Expand file tree Collapse file tree 1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change 14
14
"url": "http://www.apache.org/licenses/LICENSE-2.0"
15
15
},
16
16
"version": "2024.0",
17
- "x-box-commit-hash": "7bca5e4887 "
17
+ "x-box-commit-hash": "f9a9283401 "
18
18
},
19
19
"servers": [
20
20
{
30430
30430
{
30431
30431
"$ref": "#/components/schemas/IntegrationMappingBase"
30432
30432
},
30433
- {
30434
- "type": "object",
30435
- "properties": {
30436
- "box_item": {
30437
- "description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
30438
- "allOf": [
30439
- {
30440
- "$ref": "#/components/schemas/Folder--Mini"
30441
- }
30442
- ],
30443
- "nullable": false
30444
- },
30445
- "created_at": {
30446
- "description": "When the integration mapping object was created",
30447
- "type": "string",
30448
- "format": "date-time",
30449
- "example": "2012-12-12T10:53:43-08:00",
30450
- "nullable": false
30451
- },
30452
- "modified_at": {
30453
- "description": "When the integration mapping object was last modified",
30454
- "type": "string",
30455
- "format": "date-time",
30456
- "example": "2012-12-12T10:53:43-08:00",
30457
- "nullable": false
30458
- }
30459
- },
30460
- "required": [
30461
- "box_item"
30462
- ]
30463
- },
30464
30433
{
30465
30434
"properties": {
30466
30435
"integration_type": {
30519
30488
]
30520
30489
}
30521
30490
}
30491
+ },
30492
+ {
30493
+ "type": "object",
30494
+ "properties": {
30495
+ "box_item": {
30496
+ "description": "The Box folder, to which the object from the\npartner app domain (referenced in `partner_item_id`) is mapped",
30497
+ "allOf": [
30498
+ {
30499
+ "$ref": "#/components/schemas/Folder--Mini"
30500
+ }
30501
+ ],
30502
+ "nullable": false
30503
+ },
30504
+ "created_at": {
30505
+ "description": "When the integration mapping object was created",
30506
+ "type": "string",
30507
+ "format": "date-time",
30508
+ "example": "2012-12-12T10:53:43-08:00",
30509
+ "nullable": false
30510
+ },
30511
+ "modified_at": {
30512
+ "description": "When the integration mapping object was last modified",
30513
+ "type": "string",
30514
+ "format": "date-time",
30515
+ "example": "2012-12-12T10:53:43-08:00",
30516
+ "nullable": false
30517
+ }
30518
+ },
30519
+ "required": [
30520
+ "box_item"
30521
+ ]
30522
30522
}
30523
30523
],
30524
30524
"required": [
You can’t perform that action at this time.
0 commit comments