mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
fix content header types (#9853)
This commit is contained in:
parent
54a311a189
commit
8f958675f1
@ -115,7 +115,7 @@ All the custom properties value for the entity will be stored in the `extension`
|
||||
Let’s 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user