diff --git a/openapi.yaml b/openapi.yaml index 81898469..6361e3a3 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -19915,17 +19915,16 @@ components: start_time: description: | The start date of the consolidation. - The expected format is "hh24:mm". + The format should follow ISO-8601 convention: "PThh:mm" type: string - example: '22:30' + example: "PT22:30" nullable: false duration: description: | The duration during the consolidation will be active. - Only hours and minutes can be defined, no seconds. - The expected format is "h:m". + The format should follow ISO-8601 convention: "PThhHmmM" type: string - example: 1h05m + example: "PT2H45M" nullable: false EnvironmentDeploymentStatusEnum: title: EnvironmentDeploymentStatusEnum