Update a Specific VersionBundle
POST {{baseUrl}}/admin/customFieldSettings/bundles/version/:id?fields=id,name,fieldType(presentation,id),values(id,name,$type)
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
fields | string |
Request Body
{"values"=>[{"name"=>"2019.1.5", "$type"=>"VersionBundleElement"}, {"name"=>"2019.1.6", "$type"=>"VersionBundleElement"}]}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |