You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/catch_apis/api/openapi.yaml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ servers:
4
4
info:
5
5
title: CATCH APIs
6
6
version: {{version}}
7
-
description: API for finding comets, asteroids, and fixed targets in wide-field sky survey data.
7
+
description: API for finding comets, asteroids, and fixed targets in wide-field sky survey data. Most of the available data sets are archived with the Small-Bodies Node of the NASA Planetary Data System.
8
8
servers:
9
9
- url: {{base_href}}
10
10
paths:
11
11
/catch:
12
12
get:
13
13
summary: Query the CATCH database for data covering the requested target's ephemeris position.
14
14
tags:
15
-
- Moving Target Query
15
+
- Moving target query
16
16
operationId: catch_apis.api.catch
17
17
parameters:
18
18
- name: target
@@ -80,7 +80,7 @@ paths:
80
80
/caught/{job_id}:
81
81
get:
82
82
tags:
83
-
- Moving Target Query
83
+
- Moving target query
84
84
summary: Get moving target query results.
85
85
operationId: catch_apis.api.caught
86
86
parameters:
@@ -513,7 +513,7 @@ paths:
513
513
/status/sources:
514
514
get:
515
515
tags:
516
-
- CATCH Status
516
+
- CATCH status
517
517
summary: Summary of data sources in CATCH's database.
518
518
operationId: catch_apis.api.status.sources
519
519
responses:
@@ -554,7 +554,7 @@ paths:
554
554
/status/{job_id}:
555
555
get:
556
556
tags:
557
-
- CATCH Status
557
+
- CATCH status
558
558
summary: Query status by job_id.
559
559
operationId: catch_apis.api.status.job_id
560
560
parameters:
@@ -618,7 +618,7 @@ paths:
618
618
/status/updates:
619
619
get:
620
620
tags:
621
-
- CATCH Status
621
+
- CATCH status
622
622
summary: Summary of recent updates to CATCH's database.
0 commit comments