Budget Suggestions
Accept a budget suggestion
Marks the suggestion as accepted and links it to an existing budget. Create the budget first via POST /analytics/v1/budgets, then pass its id as budgetId. The budget must belong to your account.
post/analytics/v1/budget-suggestions/{id}/actions/accept
Path parameters
idstring required
Budget suggestion ID.
Request body
Response
OK - The suggestion was accepted and linked to the budget.
Changes
No recorded changes to this endpoint across all 1 revision of this API.