Skip to main content
PUT
/
noCo
/
api
/
v2
/
workspaces
/
e00b2c6b-9068-4399-b695-10ad0ad3c09c
/
tables
/
b0183acc-236d-4b5b-879e-75f5cb03b013
/
rows
Update Row In Workbook
curl --request PUT \
  --url https://be.datagol.ai/noCo/api/v2/workspaces/e00b2c6b-9068-4399-b695-10ad0ad3c09c/tables/b0183acc-236d-4b5b-879e-75f5cb03b013/rows \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 1,
  "cellValues": {
    "name": "dega\n"
  },
  "cellValuesByColumnId": {}
}
'

Headers

sec-ch-ua-platform
string
Authorization
string
Referer
string
User-Agent
string
sec-ch-ua
string
sec-ch-ua-mobile
string

Body

application/json
id
integer
cellValues
object
cellValuesByColumnId
object

Response

Success