diff --git a/openapi/mx_platform_api.yml b/openapi/mx_platform_api.yml index 6ea608f..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": @@ -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":