Skip to content

Commit

Permalink
Update content/guides/api-calls/api-versioning-strategy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Barbara Czyż <bczyz@box.com>
  • Loading branch information
antusus and bszwarc authored Dec 13, 2024
1 parent 687de22 commit 56c9771
Showing 1 changed file with 1 addition 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 @@ -40,7 +40,7 @@ Box API supports versioning in `header`. To determine which version to use, look
### Versioning in `header`

Box API processes the `box-version` header which should contain a valid version name. For example when client wants
to get list of all sign requests using version `2025.0`, the request should look like this:
to get a list of all sign requests using version `2025.0`, the request should look like this:

```curl
curl --location 'https://api.box.com/2.0/sign_requests' \
Expand Down

0 comments on commit 56c9771

Please sign in to comment.