📄️ /publish-environments/publish/begin/{solutionId}/{environmentId}
Starts publishing the solution.
📄️ /publish-environments/unpublish/begin/{solutionId}/{environmentId}
Starts unpublishing the solution.
📄️ /publish-environments/status/update/begin/{solutionId}/{environmentId}
Starts a task to update the status of the publish environment's targets.
📄️ /publish-environments/pre-configured/{solutionId}/{type}
Creates the preconfigured publish environment.
📄️ /publish-environments/targets/{solutionId}/{environmentId}
Creates a publish target and adds it to the publish environment; the data model's admin password is not shown in the response.
📄️ /publish-environments/{solutionId}
Creates a publish environment.
📄️ /publish-environments/targets/{solutionId}/{targetId}
Deletes the specified publish target.
📄️ /publish-environments/{solutionId}/{environmentId}
Deletes the specified publish environment.
📄️ /publish-environments/publish/file/result/{taskId}
Gets the result of the file publishing task.
📄️ /publish-environments/history/{solutionId}/{environmentId}
Gets the version history of a publish environment.
📄️ /publish-environments/status/{solutionId}
Gets the status of all publish targets.
📄️ /publish-environments/status/update/result/{taskId}
Gets the result of the publish environment status update task.
📄️ /publish-environments/status/{solutionId}/{targetId}
Gets the status of the specified publish target.
📄️ /publish-environments/targets/{solutionId}/{targetId}
Gets the publish target; the data model's admin password is not shown in the response.
📄️ /publish-environments/{solutionId}/{environmentId}
Gets the specified publish environment.
📄️ /publish-environments/{solutionId}
Gets all publish environments in the specified solution.
📄️ /publish-environments/published-url/{solutionId}/{environmentId}
Gets the published solution's URL.
📄️ /publish-environments/publish/webapp/result/{taskId}
Gets the result of the web app publishing task.
📄️ /publish-environments/unpublish/webapp/result/{taskId}
Gets the result of the web app unpublish task.
📄️ /publish-environments/targets/{solutionId}/{targetId}
Updates a publish target. In the request, if the data model's admin password is empty, it will not be changed; the data model's admin password is not shown in the response.
📄️ /publish-environments/{solutionId}/{environmentId}
Updates the specified publish environment.