Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in server description #18

Merged
merged 1 commit into from
Oct 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/ccdi-openapi/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ a variety of query parameters.",
),
(
url = "https://ccdifederation.pedscommons.org/api/v0",
description = "UCSC Treehouse CCDI API server"
description = "Pediatric Cancer Data Commons CCDI API server"
),
(
url = "https://ccdi.treehouse.gi.ucsc.edu/api/v0",
description = "Pediatric Cancer Data Commons CCDI API server"
description = "UCSC Treehouse CCDI API server"
),
),
tags(
Expand Down
4 changes: 2 additions & 2 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ servers:
- url: https://ccdi.stjude.cloud/api/v0
description: St. Jude Children's Research Hospital CCDI API server
- url: https://ccdifederation.pedscommons.org/api/v0
description: UCSC Treehouse CCDI API server
- url: https://ccdi.treehouse.gi.ucsc.edu/api/v0
description: Pediatric Cancer Data Commons CCDI API server
- url: https://ccdi.treehouse.gi.ucsc.edu/api/v0
description: UCSC Treehouse CCDI API server
paths:
/metadata/fields/subject:
get:
Expand Down