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
10 changes: 5 additions & 5 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": "1428271b4b"
"x-box-commit-hash": "863c136f26"
},
"servers": [
{
Expand Down Expand Up @@ -28150,13 +28150,13 @@
"description": "The width by height size of this representation in pixels."
},
"paged": {
"type": "boolean",
"example": true,
"type": "string",
"example": "true",
"description": "Indicates if the representation is build up out of multiple\npages."
},
"thumb": {
"type": "boolean",
"example": true,
"type": "string",
"example": "true",
"description": "Indicates if the representation can be used as a thumbnail of\nthe file."
}
}
Expand Down
2 changes: 1 addition & 1 deletion openapi/openapi-v2025.0.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": "2025.0",
"x-box-commit-hash": "1428271b4b"
"x-box-commit-hash": "863c136f26"
},
"servers": [
{
Expand Down
10 changes: 5 additions & 5 deletions openapi/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": "1428271b4b"
"x-box-commit-hash": "863c136f26"
},
"servers": [
{
Expand Down Expand Up @@ -28150,13 +28150,13 @@
"description": "The width by height size of this representation in pixels."
},
"paged": {
"type": "boolean",
"example": true,
"type": "string",
"example": "true",
"description": "Indicates if the representation is build up out of multiple\npages."
},
"thumb": {
"type": "boolean",
"example": true,
"type": "string",
"example": "true",
"description": "Indicates if the representation can be used as a thumbnail of\nthe file."
}
}
Expand Down
Loading