Compiles a sort script.
Debugging
Request headers
This operation uses only the common request headers. For more information, see Common request parameters.
Request syntax
POST /v4/openapi/app-groups/[appGroupIdentity]/apps/[appVersionId]/sort-scripts/[scriptName]/actions/compiling HTTP/1.1
Request parameters
Parameter | Type | Position | Required | Example | Description |
---|---|---|---|---|---|
appGroupIdentity | String | Path | Yes | search |
The name or ID of the application. |
scriptName | String | Path | Yes | script |
The name of the script. |
appVersionId | String | Path | No | 1234567 |
The version number of the application. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
requestId | String | ABCDEFGH |
The ID of the request. |
Examples
Sample requests
POST /v4/openapi/app-groups/[appGroupIdentity]/apps/[appVersionId]/sort-scripts/[scriptName]/actions/compiling
Sample success responses
XML
format
<requestId>ABCDEFGH</requestId>
JSON
format
{
"requestId": "ABCDEFGH"
}
Sample error response
Error response
{
"requestId" : "ABCDEFGH",
"code":"InvalidAppStatus",
"message":"invalid app status.",
"httpCode":400
}
Error codes
For a list of error codes, visit the API Error Center.