Execute a project file

post/execution
Internal-Use Only

Executes the code within a project file.

Request Samples

1

Response Samples

1{
2 "executedBy": "string",
3 "status": "string",
4 "log": "string"
5}

Query Parameters

NameTypeRequiredDescription
name
string
true

The name of a project file.

projectId
string
true

The ID of a project in the common model repository.

Responses

StatusMeaningDescription
201CreatedThe request succeeded.Schema
400Bad RequestThe request was invalid.Schema
404Not FoundThe project id is not validSchema