latestOpenAPI 3.0.02026-08-10221235717.8 KB
e21ad140ec3c
public
Pipelines
update a Pipeline within an Application.
patch/orgs/{orgId}/apps/{appId}/pipelines/{pipelineId}
Path parameters
orgIdstring required
The Organization ID
appIdstring required
The Application ID
pipelineIdstring required
The Pipeline ID
Query parameters
dry_runboolean
Optionally validate the request but do not persist the update.
Headers
If-Matchstring
Indicate that the request should only succeed if there is an etag match
Response
Successful get response.
Example response
{
"id": "sample-pipeline",
"etag": "1234567890abcdef",
"org_id": "sample-org",
"app_id": "sample-app",
"name": "Sample Pipeline",
"status": "active",
"version": "01234567-89ab-cdef-0123-456789abcdef",
"created_at": "2023-01-01T00:00:00Z",
"trigger_types": [
"pipeline_call"
]
}