Validate Calc Script

post

/applications/{applicationName}/databases/{databaseName}/scripts/{scriptName}/scriptops/validate

Validates the specified script. Applicable only for calculation scripts.

Request

Path Parameters
Query Parameters
Back to Top

Response

200 Response

OK

Script validated successfully.

400 Response

Bad Request

Failed to validate the script. The application or database name may be incorrect, or the contents may be incomplete for the specified script name.

500 Response

Internal Server Error.

Back to Top