This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch matchup-bugfix in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 3816909677fd7bc94646c23c85e414173cbba92d Author: skorper <[email protected]> AuthorDate: Fri Sep 2 12:07:58 2022 -0700 Updated openapi spec to link to cdmsschema endpoint --- analysis/webservice/apidocs/openapi.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/analysis/webservice/apidocs/openapi.yml b/analysis/webservice/apidocs/openapi.yml index 18de2f2..6cdfd2a 100644 --- a/analysis/webservice/apidocs/openapi.yml +++ b/analysis/webservice/apidocs/openapi.yml @@ -78,7 +78,11 @@ paths: example: -45,15,-30,30 - in: query name: platforms - description: Platforms to include for matchup consideration. Platform depends on which insitu dataset is selected. See `/get_cdms_schema` endpoint for a list of valid platform ids. + description: | + Platforms to include for matchup consideration. Platform + depends on which insitu dataset is selected. See + [/get_cdms_schema](https://doms.jpl.nasa.gov/insitu/1.0/cdms_schema) + endpoint for a list of valid platform ids. required: true schema: type: string @@ -124,8 +128,9 @@ paths: name: parameter description: | The parameter of interest used for the match up. This is - only used for insitu measurements. See `/cdmsschema` endpoint - for a list of valid options. + only used for insitu measurements. See + [/get_cdms_schema](https://doms.jpl.nasa.gov/insitu/1.0/cdms_schema) + endpoint for a list of valid options. required: false schema: type: string
