Resources for DevelopersOld REST APIAdministration REST APICustom FieldsOwned Field BundlesUpdate Owned Field BundleUpdate Owned Field BundleLast modified: 17 December 2019 POST /admin/customfield/ownedFieldBundle/{bundleName} Update owned field bundle POST /rest/admin/customfield/ownedFieldBundle/{bundleName}?{newName} Parameters: Name Type Description bundleName string Name of a bundle to update. newName string New name for specified bundle. Sample Request POST https://example.com/youtrack/rest/admin/customfield/ownedFieldBundle/Bundle%20name?newName=New+bundle+name Cookie: $Version=0; JSESSIONID=8dmapdeyqjdkeab2l6yhf4cu; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/ Response HTTP/1.1 301 Moved Permanently Content-Type: application/xml;charset=UTF-8 Location: https://example.com/youtrack/rest/admin/customfield/ownedFieldBundle/New%20bundle%20name Content-Length: 0