Can I change the buildType name attribute by the REST request?
At https://confluence.jetbrains.com/display/TCD9/REST+API#RESTAPI-BuildConfigurationAndTemplateSettings:
Get build configuration details: GET http://teamcity:8111/httpAuth/app/rest/buildTypes/<buildTypeLocator>
What about PUT request for change buildType attributes? ('name' for example)
Please sign in to leave a comment.
Hi Sergey,
Yes, you can change buildType attributes using the following request (for example 'name'):
Thank You so much.