Skip to content

Commit ba366cc

Browse files
committed
Fix capitalization; Expand description.
1 parent f4ca61e commit ba366cc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/catch_apis/api/openapi.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ servers:
44
info:
55
title: CATCH APIs
66
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.
88
servers:
99
- url: {{base_href}}
1010
paths:
1111
/catch:
1212
get:
1313
summary: Query the CATCH database for data covering the requested target's ephemeris position.
1414
tags:
15-
- Moving Target Query
15+
- Moving target query
1616
operationId: catch_apis.api.catch
1717
parameters:
1818
- name: target
@@ -80,7 +80,7 @@ paths:
8080
/caught/{job_id}:
8181
get:
8282
tags:
83-
- Moving Target Query
83+
- Moving target query
8484
summary: Get moving target query results.
8585
operationId: catch_apis.api.caught
8686
parameters:
@@ -513,7 +513,7 @@ paths:
513513
/status/sources:
514514
get:
515515
tags:
516-
- CATCH Status
516+
- CATCH status
517517
summary: Summary of data sources in CATCH's database.
518518
operationId: catch_apis.api.status.sources
519519
responses:
@@ -554,7 +554,7 @@ paths:
554554
/status/{job_id}:
555555
get:
556556
tags:
557-
- CATCH Status
557+
- CATCH status
558558
summary: Query status by job_id.
559559
operationId: catch_apis.api.status.job_id
560560
parameters:
@@ -618,7 +618,7 @@ paths:
618618
/status/updates:
619619
get:
620620
tags:
621-
- CATCH Status
621+
- CATCH status
622622
summary: Summary of recent updates to CATCH's database.
623623
operationId: catch_apis.api.status.updates
624624
responses:
@@ -653,7 +653,7 @@ paths:
653653
/status/queue:
654654
get:
655655
tags:
656-
- CATCH Status
656+
- CATCH status
657657
summary: Show the CATCH job queue.
658658
operationId: catch_apis.api.status.queue
659659
responses:
@@ -701,7 +701,7 @@ paths:
701701
/status/queries:
702702
get:
703703
tags:
704-
- CATCH Status
704+
- CATCH status
705705
summary: Summary of recent CATCH job queries.
706706
operationId: catch_apis.api.status.queries
707707
responses:

0 commit comments

Comments
 (0)