Skip to content

Commit

Permalink
docs(APIMGMT-670): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
antusus committed Dec 13, 2024
1 parent eb52971 commit 687de22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/guides/api-calls/api-versioning-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</Message>

Expand Down
10 changes: 10 additions & 0 deletions content/microcopy/versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Check failure on line 14 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

14:81 [line-length] line too long (90 > 80 characters)

Check failure on line 14 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

14:90 [trailing-spaces] trailing spaces

Check failure on line 14 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

14:81 [line-length] line too long (90 > 80 characters)

Check failure on line 14 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

14:90 [trailing-spaces] trailing spaces
For more details, please read about **[Box API versioning](g://api-calls/permissions-and-errors/versioning-errors)**.

Check failure on line 15 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

15:81 [line-length] line too long (121 > 80 characters)

Check failure on line 15 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

15:81 [line-length] line too long (121 > 80 characters)
// resource: Notice that the resource has a version 2024.0
resource: |-
This resource is used by enpoints in the version 2024.0.

Check failure on line 18 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

18:61 [trailing-spaces] trailing spaces

Check failure on line 18 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

18:61 [trailing-spaces] trailing spaces
For more details, please read about **[Box API versioning](g://api-calls/permissions-and-errors/versioning-errors)**.

Check failure on line 19 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

19:81 [line-length] line too long (121 > 80 characters)

Check failure on line 19 in content/microcopy/versions.yml

View workflow job for this annotation

GitHub Actions / lint (18.x)

19:81 [line-length] line too long (121 > 80 characters)

0 comments on commit 687de22

Please sign in to comment.