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
3 changes: 2 additions & 1 deletion openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "76f2bd2673"
"x-box-commit-hash": "18dac247a2"
},
"servers": [
{
Expand Down Expand Up @@ -38046,6 +38046,7 @@
"signed",
"cancelled",
"declined",
"error",
"error_converting",
"error_sending",
"expired",
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": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2025.0",
"x-box-commit-hash": "76f2bd2673"
"x-box-commit-hash": "18dac247a2"
},
"servers": [
{
Expand Down
10 changes: 5 additions & 5 deletions openapi/openapi-v2026.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2026.0",
"x-box-commit-hash": "76f2bd2673"
"x-box-commit-hash": "18dac247a2"
},
"servers": [
{
Expand Down Expand Up @@ -279,7 +279,7 @@
}
}
},
"x-box-tag": "convert_markdown_to_box_note",
"x-box-tag": "notes",
"tags": [
"Convert to Box note"
]
Expand Down Expand Up @@ -608,7 +608,7 @@
"name"
],
"title": "Notes convert request body",
"x-box-tag": "convert_markdown_to_box_note"
"x-box-tag": "notes"
},
"NotesConvertResponse": {
"description": "Identifies the created Box Note file.",
Expand All @@ -635,7 +635,7 @@
],
"title": "Notes convert response",
"x-box-resource-id": "notes_convert_created_file_v2026.0",
"x-box-tag": "convert_markdown_to_box_note"
"x-box-tag": "notes"
},
"User--Base": {
"description": "A mini representation of a user, used when\nnested within another resource.",
Expand Down Expand Up @@ -726,7 +726,7 @@
{
"name": "Convert to Box note",
"description": "Create Box Notes from supported source content (for example Markdown).",
"x-box-tag": "convert_markdown_to_box_note"
"x-box-tag": "notes"
}
],
"externalDocs": {
Expand Down
3 changes: 2 additions & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"url": "https://www.apache.org/licenses/LICENSE-2.0"
},
"version": "2024.0",
"x-box-commit-hash": "76f2bd2673"
"x-box-commit-hash": "18dac247a2"
},
"servers": [
{
Expand Down Expand Up @@ -38046,6 +38046,7 @@
"signed",
"cancelled",
"declined",
"error",
"error_converting",
"error_sending",
"expired",
Expand Down
Loading