Skip to content

Commit

Permalink
Merge pull request #129 from mxenabled/spaulding/update-4
Browse files Browse the repository at this point in the history
Update descriptions
  • Loading branch information
matthewmspaulding authored Nov 29, 2023
2 parents 60e8581 + fc43dd9 commit 5be0770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/mx_platform_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5639,7 +5639,7 @@ paths:
application/json:
schema:
"$ref": "#/components/schemas/SpendingPlanIterationItemCreateRequestBody"
description: Iteration item to be created with required parameters (planned_amount)
description: Iteration item to be created with required parameter (planned_amount)
required: true
responses:
"200":
Expand Down Expand Up @@ -5934,7 +5934,7 @@ paths:
application/json:
schema:
"$ref": "#/components/schemas/SpendingPlanIterationItemCreateRequestBody"
description: Iteration item object to be updated with required parameter (iteration_item_guid)
description: Iteration item to be updated with required parameter (planned_amount)
required: true
responses:
"200":
Expand Down

0 comments on commit 5be0770

Please sign in to comment.