We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ac74a + 6dca3b3 commit ab600c3Copy full SHA for ab600c3
format/index.md
@@ -806,7 +806,7 @@ Content-Type: application/json-patch+json
806
Accept: application/vnd.api+json
807
808
[
809
- { "op": "replace", "path": "/photos/0/links/author", "value": 2 }
+ { "op": "replace", "path": "/photos/0/links/author", "value": "2" }
810
]
811
```
812
@@ -848,7 +848,7 @@ the `PATCH` request:
848
PATCH /photos/1
849
850
851
- { "op": "add", "path": "/photos/0/links/comments/-", "value": 30 }
+ { "op": "add", "path": "/photos/0/links/comments/-", "value": "30" }
852
853
854
0 commit comments