Change buildtype order via rest api

Hey there

 

is there a way to change the Buildtype order from an project via the rest api?

or maybe

can i disable the alphabetical order from the project (also via rest api) before i add new buildtypes?

0
1 comment

Hi,

We have the <url>/app/rest/projects/{projectLocator}/order/buildTypes endpoint, accepting GET and PUT requests. To send a PUT request reordering, please take the same content of the GET request.

0

Please sign in to leave a comment.