From 098254d427719dd71ea0c3215688e2e4bdf3fea3 Mon Sep 17 00:00:00 2001 From: Matthew Spaulding Date: Wed, 29 Nov 2023 14:11:53 -0500 Subject: [PATCH 1/2] update --- openapi/mx_platform_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 6ea608f..6814e28 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -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": From fc43dd981c7ea1d87f73859c08c5a33b9885bd6f Mon Sep 17 00:00:00 2001 From: Matthew Spaulding Date: Wed, 29 Nov 2023 14:13:59 -0500 Subject: [PATCH 2/2] update --- openapi/mx_platform_api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 6814e28..712cbc1 100644 --- a/openapi/mx_platform_api.yml +++ b/openapi/mx_platform_api.yml @@ -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":