This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

API Update a script file

Is there any way to include 'Keep runtime settings' and 'include Run Logic' in the API Update a script file?

Parents
  • 0

    In PUT â€‹/projects​/{projectId}​/scripts​/{scriptId}​/file, you can add "keepRts", "keepRunLogic" into query string to control the settings.

    keepRrts=true&keepRunLogic=false

Reply
  • 0

    In PUT â€‹/projects​/{projectId}​/scripts​/{scriptId}​/file, you can add "keepRts", "keepRunLogic" into query string to control the settings.

    keepRrts=true&keepRunLogic=false

Children