Overview
API requests related to managing and executing server-side CloudScript functions.
OperationCode
| Name | Code | Description |
|---|---|---|
| Add Function | addFunction | Deploy a new CloudScript function to the server, including its code and access configuration. |
| Edit Function | editFunction | Modify the code or metadata of an existing CloudScript function by version. |
| Execute Function | executeFunction | Run a deployed CloudScript function with optional input parameters. |
| Get Function | getFunction | Retrieve the source code and metadata of a specific CloudScript function version. |
| Get Functions | getFunctions | List all available versions of deployed CloudScript functions. |