Skip to main content
GET
/
projects
/
{projectId}
/
environments
/
{environmentId}
/
source-operations
Error
A valid request URL is required to generate request examples
[
  {
    "id": "<string>",
    "app": "<string>",
    "operation": "<string>",
    "command": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Path Parameters

projectId
string
required
environmentId
string
required

Response

default - application/json
id
string
required

The identifier of EnvironmentSourceOperation

app
string
required

The name of the application

operation
string
required

The name of the source operation

command
string
required

The command that will be triggered