Skip to content

Commit a281875

Browse files
committed
fix: typo in content_types 'tags' value
1 parent 13aae4f commit a281875

3 files changed

Lines changed: 10 additions & 5 deletions

File tree

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "e965969341"
17+
"x-box-commit-hash": "6426d9bbad"
1818
},
1919
"servers": [
2020
{
@@ -10535,7 +10535,7 @@
1053510535
"description",
1053610536
"file_content",
1053710537
"comments",
10538-
"tag"
10538+
"tags"
1053910539
]
1054010540
}
1054110541
},

openapi/openapi-v2025.0.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "e965969341"
17+
"x-box-commit-hash": "6426d9bbad"
1818
},
1919
"servers": [
2020
{
@@ -6457,6 +6457,11 @@
64576457
"item": {
64586458
"$ref": "#/components/schemas/HubItemReference"
64596459
},
6460+
"parent_id": {
6461+
"description": "The ID of the parent block the item was added to.",
6462+
"type": "string",
6463+
"example": "721d97d7-ac8a-4e5e-adb6-ef11af4e6d9e"
6464+
},
64606465
"status": {
64616466
"description": "The HTTP status code of the operation.",
64626467
"type": "integer",

openapi/openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "https://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "e965969341"
17+
"x-box-commit-hash": "6426d9bbad"
1818
},
1919
"servers": [
2020
{
@@ -10535,7 +10535,7 @@
1053510535
"description",
1053610536
"file_content",
1053710537
"comments",
10538-
"tag"
10538+
"tags"
1053910539
]
1054010540
}
1054110541
},

0 commit comments

Comments
 (0)