YouTrack Standalone 2019.1 Help

POST Enumeration

POST /admin/customfield/bundle/{bundleName}

Update custom field enumeration bundle

POST /rest/admin/customfield/bundle/{bundleName}?{newName}
Parameters:

Name

Type

Description

bundleName

string

Name of an enumeration bundle to update.

newName

string

New name for an enumeration bundle.

Sample

Request:
POST /rest/admin/customfield/bundle/RegionEnum?newName=AnotherRegionEnum
Response:
Empty Response. Response code: 200 Response message: OK
Last modified: 8 July 2019