How to execute reset of a step of build configuration through API?

It is possible to execute reset of a step of build configuration without using a WebUI?
For example through API.

0
1 comment

Hi,

 

you can just send a DELETE request to the build step via the REST API. Because the step is inherited from a template, this will just delete its customization and bring it back to the template base.

0

Please sign in to leave a comment.