From 4a05e5a2e13bd7b51f3dbaef99b3abebe1e6f4dc Mon Sep 17 00:00:00 2001 From: Alex Kanitz Date: Sat, 28 Sep 2024 04:51:25 +0200 Subject: [PATCH] docs: readd system state count description --- openapi/workflow_execution_service.openapi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openapi/workflow_execution_service.openapi.yaml b/openapi/workflow_execution_service.openapi.yaml index 025b7d5..91f5d76 100644 --- a/openapi/workflow_execution_service.openapi.yaml +++ b/openapi/workflow_execution_service.openapi.yaml @@ -632,6 +632,9 @@ components: additionalProperties: type: integer format: int64 + description: >- + The system statistics, key is the statistic, value is the count of runs in that state. + See the State enum for the possible keys. auth_instructions_url: type: string description: A web page URL with human-readable instructions on how to get an authorization token for use with a specific WES endpoint.