Deploy Adobe Launch Scripts Using API | Community
Skip to main content
jkpanera
Level 4
January 20, 2021
Solved

Deploy Adobe Launch Scripts Using API

  • January 20, 2021
  • 1 reply
  • 1334 views

Hey guys,

 

We would like to improve our code standards in our Adobe Launch scripts, so we would like to implement continuous integration/continuous delivery. To do that, we need to deploy them via some sort of API.

 

Is there a way to do this?

 

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by yuhuisg

There is an API endpoint to publish libraries: https://developer.adobelaunch.com/api/reference/1.0/libraries/publish/

1 reply

yuhuisg
Community Advisor
yuhuisgCommunity AdvisorAccepted solution
Community Advisor
January 21, 2021

There is an API endpoint to publish libraries: https://developer.adobelaunch.com/api/reference/1.0/libraries/publish/

jkpanera
jkpaneraAuthor
Level 4
January 22, 2021
Thanks!