Update a rowAsk AIput https://budibase.app/api/public/v1/tables/{tableId}/rows/{rowId}Updates a row within the specified table.Path ParamstableIdstringrequiredThe ID of the table which this request is targeting.rowIdstringrequiredThe ID of the row which this request is targeting.Body ParamsAdd FieldHeadersx-budibase-app-idstringrequiredDefaults to {{appId}}The ID of the app which this request is targeting.Response 200Returns the created row, including the ID which has been generated for it.Updated 7 months ago