Skip to content

Commit 072ec39

Browse files
committed
docs: Link Archive Developer guide from the endpoint specification
1 parent ee2a5c9 commit 072ec39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "54fd82a523"
17+
"x-box-commit-hash": "8a28adebc4"
1818
},
1919
"servers": [
2020
{

openapi/openapi-v2025.0.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2025.0",
17-
"x-box-commit-hash": "54fd82a523"
17+
"x-box-commit-hash": "8a28adebc4"
1818
},
1919
"servers": [
2020
{
@@ -2188,7 +2188,7 @@
21882188
"get": {
21892189
"operationId": "get_archives_v2025.0",
21902190
"summary": "List archives",
2191-
"description": "Retrieves archives for an enterprise.",
2191+
"description": "Retrieves archives for an enterprise.\n\nTo learn more about the archive APIs, see the [Archive API Guide](g://archives).",
21922192
"parameters": [
21932193
{
21942194
"$ref": "#/components/parameters/BoxVersionHeader"
@@ -2286,7 +2286,7 @@
22862286
"post": {
22872287
"operationId": "post_archives_v2025.0",
22882288
"summary": "Create archive",
2289-
"description": "Creates an archive.",
2289+
"description": "Creates an archive.\n\nTo learn more about the archive APIs, see the [Archive API Guide](g://archives).",
22902290
"parameters": [
22912291
{
22922292
"$ref": "#/components/parameters/BoxVersionHeader"
@@ -2393,7 +2393,7 @@
23932393
"delete": {
23942394
"operationId": "delete_archives_id_v2025.0",
23952395
"summary": "Delete archive",
2396-
"description": "Permanently deletes an archive.",
2396+
"description": "Permanently deletes an archive.\n\nTo learn more about the archive APIs, see the [Archive API Guide](g://archives).",
23972397
"parameters": [
23982398
{
23992399
"$ref": "#/components/parameters/BoxVersionHeader"

openapi/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "http://www.apache.org/licenses/LICENSE-2.0"
1515
},
1616
"version": "2024.0",
17-
"x-box-commit-hash": "54fd82a523"
17+
"x-box-commit-hash": "8a28adebc4"
1818
},
1919
"servers": [
2020
{

0 commit comments

Comments
 (0)