Publish a GGSA pipeline

patch

https://{ggsa_host}:{ggsa_port}/{context_path}/services/{version}/pipelines/{id}/publish

Publish a GGSA pipeline

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Runtime parameters for the Pipeline.
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successfully published the pipeline.
Body ()
Root Schema : PipelineDetail
Type: object
Show Source
Nested Schema : tagnames
Type: array
List of tags defined for the GGSA Pipeline.
Show Source

404 Response

pipeline id not found.

409 Response

Incorrect state / conflict.
Back to Top