This command enables a plan in bamboo.
{
"plan": "ABCDEF-GHI"
}
This command returns either a PlanEnabled
or FailedToEnablePlan
event
{
"plan": "ABC-123",
}
{
"plan": "ABC-123",
"error" : "some error occured"
}
This command enables a plan in bamboo.
{
"plan": "ABCDEF-GHI"
}
This command returns either a PlanEnabled
or FailedToEnablePlan
event
{
"plan": "ABC-123",
}
{
"plan": "ABC-123",
"error" : "some error occured"
}