POST Value
POST /admin/customfield/bundle/{bundleName}/{fieldValue}
Update value in custom field enumeration bundle
POST /rest/admin/customfield/bundle/{bundleName}/{fieldValue}?{newValue}&{description}&{colorIndex}
Parameters:
Name | Type | Description |
---|---|---|
bundleName | string | Name of an enumeration bundle. |
fieldValue | string | Currently existing field value to be updated. |
newValue | string | New field value to update the existing one with. |
description | string | Optional description of the updated value. |
colorIndex | Integer | Sequential number of the color scheme (background/text colors pair) for the updated value. See the list of available Color Indices List |
Sample
Request:
POST /rest/admin/customfield/bundle/RegionEnum/Berlin?newValue=Berlin City&description=Empty Description&colorIndex=1
Response:
Empty Response.
Response Code: 200
Response Message: OK
Last modified: 30 March 2021