Skip to content

Commit 402c466

Browse files
committed
add versioning
1 parent 1289b79 commit 402c466

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

content/guides/api-calls/permissions-and-errors/rate-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ retry-after: 100
8181
"type": "error",
8282
"status": 429,
8383
"code": "rate_limit_exceeded",
84-
"help_url": "https://developer.box.com/api-calls/permissions-and-errors/common-errors",
84+
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors",
8585
"message": "Request rate limit exceeded, please try again later",
8686
"request_id": "abcdef123456"
8787
}

content/guides/api-calls/types-and-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ object with a `request_id` field.
161161
"type": "error",
162162
"status": 400,
163163
"code": "item_name_invalid",
164-
"help_url": "https://developer.box.com/api-calls/permissions-and-errors/common-errors",
164+
"help_url": "https://developer.box.com/guides/api-calls/permissions-and-errors/common-errors",
165165
"message": "Method Not Allowed",
166166
"request_id": "abcdef123456"
167167
}

content/guides/archives/add-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `id` parameter is the ID of the file/folder you want to add to the archive.
2424
To specify the destination, use the `parent.id` [parameter][Update parent id of folder] in the request body.
2525
This can be either an ID of an archive or the ID of a folder that is inside an archive.
2626

27-
[Create Archive]: e://post-archives
27+
[Create Archive]: e://v2025.0/post-archives
2828
[Update file]: e://put-files-id
2929
[Update parent id of file]: e://put-files-id/#param-parent-id
3030
[Update folder]: e://put-folders-id

content/guides/archives/supported-apis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ When contacting customer support, specify the user ID you plan to use those APIs
4848
| [`PUT securityClassification`][Update classification label on file] | Update a classification label for a file within an archive. |
4949
| [`DELETE securityClassification`][Delete classification label on file] | Delete a classification label from a file within an archive. |
5050

51-
[Create archive]: e://post-archives
52-
[List archives]: e://get-archives
53-
[Update archive]: e://put-archives-id
54-
[Delete archive]: e://delete-archives-id/
51+
[Create archive]: e://v2025.0/post-archives
52+
[List archives]: e://v2025.0/get-archives
53+
[Update archive]: e://v2025.0/put-archives-id
54+
[Delete archive]: e://v2025.0/delete-archives-id
5555
[Update file]: e://put-files-id
5656
[Update folder]: e://put-folders-id
5757
[Upload file]: e://post-files-content

0 commit comments

Comments
 (0)