Skip to content

Commit

Permalink
Merge pull request #128 from mxenabled/spaulding/fix3
Browse files Browse the repository at this point in the history
update spending plan tags
  • Loading branch information
matthewmspaulding authored Nov 21, 2023
2 parents 086d2a9 + 70371ab commit 60e8581
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5650,7 +5650,7 @@ paths:
description: OK
summary: Create spending plan iteration item
tags:
- mx_platform
- spending plan
get:
description: Use this endpoint to list all the spending plan `iteration_items` associated with the `iteration`.
operationId: listSpendingPlanIterationItems
Expand Down Expand Up @@ -5690,7 +5690,7 @@ paths:
description: OK
summary: List spending plan iteration items
tags:
- mx_platform
- spending plan
"/users/{user_guid}/spending_plans":
post:
description: This endpoint creates a new `spending_plan` for the user.
Expand All @@ -5712,7 +5712,7 @@ paths:
description: OK
summary: Create spending plan
tags:
- mx_platform
- spending plan
get:
description: Use this endpoint to list all the spending plans associated with the user.
operationId: listSpendingPlans
Expand Down Expand Up @@ -5745,7 +5745,7 @@ paths:
description: OK
summary: List spending plans
tags:
- mx_platform
- spending plan
? "/users/{user_guid}/spending_plans/{spending_plan_guid}/spending_plan_accounts/{spending_plan_account_guid}"
: delete:
description: Use this endpoint to delete a `spending_plan_account`.
Expand Down Expand Up @@ -5777,7 +5777,7 @@ paths:
description: No Content
summary: Delete spending plan account
tags:
- mx_platform
- spending plan
get:
description: Use this endpoint to read the attributes of a specific spending plan account according to its unique GUID.
operationId: readSpendingPlanAccount
Expand Down Expand Up @@ -5824,7 +5824,7 @@ paths:
description: OK
summary: Read spending plan account
tags:
- mx_platform
- spending plan
? "/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/current/iteration_items/{iteration_item_guid}"
: delete:
description: Use this endpoint to delete a spending plan `iteration_item`.
Expand Down Expand Up @@ -5856,7 +5856,7 @@ paths:
description: No Content
summary: Delete spending plan iteration item
tags:
- mx_platform
- spending plan
get:
description: Use this endpoint to read the attributes of a specific spending plan `iteration_item` according to its unique GUID.
operationId: readSpendingPlanIterationItem
Expand Down Expand Up @@ -5903,7 +5903,7 @@ paths:
description: OK
summary: Read a spending plan iteration item
tags:
- mx_platform
- spending plan
put:
description: Use this endpoint to update an existing `spending_plan_iteration_item`.
operationId: updateSpendingPlanIterationItem
Expand Down Expand Up @@ -5945,7 +5945,7 @@ paths:
description: OK
summary: Update a spending plan iteration item
tags:
- mx_platform
- spending plan
"/users/{user_guid}/spending_plans/{spending_plan_guid}":
delete:
description: Use this endpoint to delete a user's `spending_plan`.
Expand All @@ -5970,7 +5970,7 @@ paths:
description: No Content
summary: Delete spending plan
tags:
- mx_platform
- spending plan
get:
description: Use this endpoint to read the attributes of a specific spending plan according to its unique GUID.
operationId: readSpendingPlanUser
Expand Down Expand Up @@ -6010,7 +6010,7 @@ paths:
description: OK
summary: Read a spending plan for a user
tags:
- mx_platform
- spending plan
? "/users/{user_guid}/spending_plans/{spending_plan_guid}/spending_plan_accounts"
: get:
description: Use this endpoint to list all the spending plan accounts associated with the spending plan.
Expand Down Expand Up @@ -6051,7 +6051,7 @@ paths:
description: OK
summary: List spending plan accounts
tags:
- mx_platform
- spending plan
"/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations":
get:
description: Use this endpoint to list all the spending plan `iterations` associated with the `spending_plan`.
Expand Down Expand Up @@ -6092,7 +6092,7 @@ paths:
description: OK
summary: List spending plan iterations
tags:
- mx_platform
- spending plan
? "/users/{user_guid}/spending_plans/{spending_plan_guid}/iterations/{iteration_number}"
: get:
description: Use this endpoint to read the attributes of a specific spending plan `iteration` according to its `iteration_number`.
Expand Down Expand Up @@ -6140,7 +6140,7 @@ paths:
description: OK
summary: Read a spending plan iteration
tags:
- mx_platform
- spending plan
"/users/{user_guid}/taggings":
get:
description:
Expand Down

0 comments on commit 60e8581

Please sign in to comment.