PostWorksheetValidation
Contents
[
Hide
]
PostWorksheetValidation
Update a validation by index in the worksheet.
REST API
API | HttpMethod | Description | API reference |
---|---|---|---|
/cells/{name}/worksheets/{sheetName}/validations/{validationIndex} | POST | Update a validation by index in the worksheet. | PostWorksheetValidation |
Path Parameter
Parameter Name | Type | Description |
---|---|---|
name | string | The workbook name. |
sheetName | string | The worksheet name. |
validationIndex | integer | The validation index. |
Query Parameter
Parameter Name | Type | Description |
---|---|---|
folder | string | The folder where the file is situated. |
storageName | string | The storage name where the file is situated. |
Request Body Parameter
Parameter Name | Type | Description |
---|---|---|
validation | class:validation | Validation description. |