Update Version Bundle
POST /admin/customfield/versionBundle/{bundleName}
Update version bundle
POST /rest/admin/customfield/versionBundle/{bundleName}?{newName}
Parameters:
Name | Type | Description |
---|---|---|
bundleName | string | Name of a bundle to update. |
newName | string | New name for the bundle. |
Sample
Request
POST https://example.com/youtrack/rest/admin/customfield/versionBundle/Name%20with%20spaces
Cookie: $Version=0; JSESSIONID=aovevd6psvky7i4y0bws8y2q; $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/versionBundle/New%20Name%20with%20spaces
Content-Length: 0
Last modified: 30 March 2021