put https://api.gigasheet.com/dataset////by-name
Updates the specified cell based on given column name and row number. Errors if column name not in sheet or multiple columns have the requested name.
Log in to see full request history
Responses
Updates the specified cell based on given column name and row number. Errors if column name not in sheet or multiple columns have the requested name.
xxxxxxxxxx
curl --request PUT \
--url https://api.gigasheet.com/dataset/handle/col/row/by-name \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!