Update Owned Field Bundle
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
Last modified: 30 March 2021