No HTTP API for Creating a Pipeline in Routes.go #6243
Answered
by
andy-paine
kalrashubham49
asked this question in
Help & Support
-
|
I am looking for an HTTP API for creating the pipeline. For now i am looking into routes.go file in concourse Go code and i am unable to find any API endpoint for creating the Pipeline .
|
Beta Was this translation helpful? Give feedback.
Answered by
andy-paine
Nov 4, 2020
Replies: 2 comments
-
|
The The API endpoint you want for setting a pipeline is the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
taylorsilva
-
|
Thanks Andy, "SaveConfig" is what i was looking for .
Thank you so much..
…On Wed, Nov 4, 2020 at 2:30 PM Andy Paine ***@***.***> wrote:
The --verbose flag should be provided to another command (e.g. fly
set-pipeline)
The API endpoint you want for setting a pipeline is the SaveConfig route
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6243 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADHXZ5CDCEFDHHJSEB4D6PTSOEJ2PANCNFSM4TJU4M2A>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
--verboseflag should be provided to another command (e.g.fly set-pipeline)The API endpoint you want for setting a pipeline is the
SaveConfigroute