diff --git a/content/guides/api-calls/api-versioning-strategy.md b/content/guides/api-calls/api-versioning-strategy.md index fe4e8f640..aec502b60 100644 --- a/content/guides/api-calls/api-versioning-strategy.md +++ b/content/guides/api-calls/api-versioning-strategy.md @@ -25,7 +25,7 @@ All endpoints available at the end of 2024 were assigned the version `2024.0`. **No action is required for API users to continue using Box APIs.** -To make version-aware calls, include the `box-version` header with the value `2024.0` in your requests. +To make version-aware API calls, include the `box-version` header with the value `2024.0` in your requests. diff --git a/content/microcopy/versions.yml b/content/microcopy/versions.yml index 122232d7c..d8aec4c10 100644 --- a/content/microcopy/versions.yml +++ b/content/microcopy/versions.yml @@ -7,3 +7,13 @@ about: About Box API versioning // resource_version_tooltip: Tooltip text for resource version resource_version_tooltip: This resource is used by endpoints in version %s + +base_version_notice: + // endpoint: Notice that the endpoint has a version 2024.0 + endpoint: |- + This endpoint is in the version 2024.0. No changes are required to continue using it. + For more details, please read about **[Box API versioning](g://api-calls/permissions-and-errors/versioning-errors)**. + // resource: Notice that the resource has a version 2024.0 + resource: |- + This resource is used by enpoints in the version 2024.0. + For more details, please read about **[Box API versioning](g://api-calls/permissions-and-errors/versioning-errors)**.