put https://api.gigasheet.com/dataset///
This endpoint returns a Json response acknowledging if the request to update a cell was successful.
Log in to see full request history
Responses
This endpoint returns a Json response acknowledging if the request to update a cell was successful.
xxxxxxxxxx
curl --request PUT \
--url https://api.gigasheet.com/dataset/handle/col/row \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!