v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBAllocations
Update an allocation
Updates the allocation specified by the Id.
patch/analytics/v1/allocations/{id}
Path parameters
idstring required
Allocation ID
Request body
Example request
{
"rule": {
"formula": "A AND B"
},
"rules": [
{
"formula": "A AND B"
}
],
"folderId": "root"
}Response
OK - Allocation updated.
Example response
{
"rule": {
"formula": "A AND B"
},
"rules": [
{
"formula": "A AND B"
}
],
"folderId": "root"
}