Skip to content

Commit

Permalink
fix: correct param types in file representation (#503)
Browse files Browse the repository at this point in the history
* fix: correct param types in file representation

* fix: correct param types in file representation
  • Loading branch information
box-apimgmt authored Jan 21, 2025
1 parent 70cdd1f commit 557d7fd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
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

0 comments on commit 557d7fd

Please sign in to comment.