Skip to content

Commit f5be3c9

Browse files
committed
Fix typo in header name
1 parent 6ffe46a commit f5be3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-conventions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ The API supports three different PATCH operations, determined by their correspon
201201
* As defined in [RFC6902](https://tools.ietf.org/html/rfc6902), a JSON Patch is a sequence of operations that are executed on the resource, e.g. `{"op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ]}`. For more details on how to use JSON Patch, see the RFC.
202202
* Merge Patch, `Content-Type: application/merge-json-patch+json`
203203
* As defined in [RFC7386](https://tools.ietf.org/html/rfc7386), a Merge Patch is essentially a partial representation of the resource. The submitted JSON is "merged" with the current resource to create a new one, then the new one is saved. For more details on how to use Merge Patch, see the RFC.
204-
* Strategic Merge Patch, `Content-Type: application/strategic-merge-json-patch+json`
204+
* Strategic Merge Patch, `Content-Type: application/strategic-merge-patch+json`
205205
* Strategic Merge Patch is a custom implementation of Merge Patch. For a detailed explanation of how it works and why it needed to be introduced, see below.
206206

207207
#### Strategic Merge Patch

0 commit comments

Comments
 (0)