fix content header types (#9853)

This commit is contained in:
geoHeil 2023-01-23 09:36:43 +01:00 committed by GitHub
parent 54a311a189
commit 8f958675f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ All the custom properties value for the entity will be stored in the `extension`
Lets assume you have `raw_product_catalog` table and its id is `208598fc-bd5f-458c-bf98-59224e1620c7` so our PATCH API request will be like this.
```commandline
curl -X PATCH http://localhost:8585/api/v1/tables/208598fc-bd5f-458c-bf98-59224e1620c7
curl -X PATCH http://localhost:8585/api/v1/tables/208598fc-bd5f-458c-bf98-59224e1620c7 -H 'Content-Type: application/json-patch+json'
```
For the first time if we want to add the value to the custom property then the payload should be like this.