From d14b51f28e5e664f7b9d89782e99ce606b6b1116 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Briseno Date: Wed, 5 Aug 2026 10:17:10 -0400 Subject: [PATCH] Events endpoint to show options HEK, CCMC, RHESSI --- docs/src/openapi.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/src/openapi.yaml b/docs/src/openapi.yaml index e887c8be..e12457e7 100644 --- a/docs/src/openapi.yaml +++ b/docs/src/openapi.yaml @@ -28,7 +28,7 @@ tags: - name: Official Clients description: Endpoints intended for use by official Helioviewer clients - name: Solar Features & Events - description: Solar feature and event data from HEK and DONKI + description: Solar feature and event data from HEK, CCMC, and RHESSI - name: YouTube description: Share movies to YouTube - name: Website @@ -1261,8 +1261,9 @@ paths: tags: [Solar Features & Events] summary: Get solar feature and event data description: | - Returns a list of HEK events in the Helioviewer event format. - Event-specific data conforms to the HEK Event Specification. + Returns a list of solar feature/event data in the Helioviewer event + format, aggregated from HEK, CCMC, and RHESSI. Event-specific data + conforms to the HEK Event Specification. When ``format=simpletree`` is requested, that flat payload is re-shaped into a single-level map whose keys are ``SOURCE>>Label`` strings (one per known @@ -1302,10 +1303,10 @@ paths: required: false description: > Comma-separated external data sources to query. Current options: - HEK, DONKI. If omitted, all sources are queried. + HEK, CCMC, RHESSI. If omitted, all sources are queried. schema: type: string - example: "HEK,DONKI" + example: "HEK,CCMC,RHESSI" - name: format in: query required: false