post https://documentation.api.jestor.com/object/update
Log in to see full request history
Responses
xxxxxxxxxx
17curl --request POST \
--url https://documentation.api.jestor.com/object/update \
--header 'Authorization: Bearer MjE5NzEzYWM0OWU2N2M5cd014f3bd4MTYxNjYwNDg2NWMzM2Nl' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"object_type": "sample_table",
"data": {
"id_sample_table": 1,
"name": "new name",
"boolean_field": false,
"nested_field": 1,
"number_field": 100
}
}
'
Try It!
to start a request and see the response here! Or choose an example: