Update a Builds Bundle
POST /admin/customfield/buildBundle/{bundleName}
Update a bundle of builds.
POST /rest/admin/customfield/buildBundle/{bundleName}?{newName}
Parameters:
Name | Type | Description |
---|---|---|
bundleName | string | Name of a bundle to update. |
newName | string | New name for the bundle. |
Request
POST https://example.com/youtrack/rest/admin/customfield/buildBundle/Name%20with%20spaces
Cookie: $Version=0; JSESSIONID=upm6hixpu7bjr6z4nmvhdrl; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/
newName=New Name with spaces
Response
HTTP/1.1 301 Moved Permanently
Content-Type: application/xml;charset=UTF-8
Location: https://example.com/youtrack/rest/admin/customfield/buildBundle/New%20Name%20with%20spaces
Content-Length: 0
Last modified: 30 March 2021