v1
latestOpenAPI 3.0.12026-07-26152262362.2 KBAllocations
Create an allocation
Creates a new allocation.
post/analytics/v1/allocations
Request body
Example request
{
"rule": {
"formula": "A AND B"
},
"rules": [
{
"formula": "A AND B"
}
],
"folderId": "root"
}Response
OK - The request succeeded.
Example response
{
"rule": {
"formula": "A AND B"
},
"rules": [
{
"formula": "A AND B"
}
],
"folderId": "root"
}