From 149a2385f6e465ff1988929bf9a0a343e4c65c8e Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:11:34 -0500 Subject: [PATCH] docs: update introduction section --- src/docs/version_002/introduction/copy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/version_002/introduction/copy.md b/src/docs/version_002/introduction/copy.md index 5fee734..e1ac223 100644 --- a/src/docs/version_002/introduction/copy.md +++ b/src/docs/version_002/introduction/copy.md @@ -4,4 +4,4 @@ The Onspring API is organized around REST. It enables external programs to retri The Onspring API does support bulk operation for some, but not all endpoints. Bulk operations are not supported for endpoints that create, update, or delete resources. The one exception is the batch delete endpoint for records, which is used to delete multiple records at once. -You can specify the version of the API that you want to use by including the version number in the `x-api-version` header. If you do not specify a version number the API will attempt to route the request to the proper version based upon the request path. +You can specify the version of the API that you want to use by including the version number in the `X-Api-Version` header. If you do not specify a version number the API will attempt to route the request to the proper version based upon the request path.