PATCH /api/database/views/form/{slug}/edit-row/{row_token}/
Updates the row identified by the edit token using the submitted field values. Only fields that are visible in the form view can be changed. The row_token must be a valid signed token generated by a form_view_edit_row field.
Servers
- /
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug |
String | Yes |
The slug of the form view. |
row_token |
String | Yes |
The signed edit token that identifies the row to edit. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
field_17[] |
Array | No |
This field represents the |
field_28 |
String | No |
This field represents the |
field_18 |
String | No |
This field represents the |
field_8 |
String | No |
This field represents the |
field_2 |
String | No |
This field represents the |
field_3 |
String | No |
This field represents the |
field_1 |
String | No |
This field represents the |
field_6 |
Integer | No |
This field represents the Default value: 0 |
field_7 |
Boolean | No |
This field represents the Default value: false |
field_4 |
String | No |
This field represents the |
field_5 |
String | No |
This field represents the |
field_23[] |
Array | No |
This field represents the |
field_13 |
Number | No |
This field represents the |
field_14[] |
Array | No |
This field represents the |
field_15[] |
Array | No |
This field represents the |
field_26 |
String | No |
This field represents the |
field_16 |
Integer | No |
Accepts one of the following option ids as integer value This field accepts an |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.