Skip to content

Commit

Permalink
Pull in api doc update from integration into main for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RayPlante committed Sep 24, 2024
2 parents d229de8 + 053b46e commit 25f8efa
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions src/main/resources/static/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@
"openapi": "3.0.1",
"info": {
"title": "Resource Metadata Management API",
"description": "These are set of APIs which return the NIST public data repository related information. First one is the Search and discover API to get the dataset results for given criteria or dataset identifier. Second is to get different versions of the records or metadata for given dataset. Third one is to get the usage metrics for different datasets",
"license": {
"name": "NIST Software",
"url": "https://www.nist.gov/open/copyright-fair-use-and-licensing-statements-srd-data-software-and-technical-series-publications"
},
"version": "1.1.0"
},
"description": "These are set of APIs which return the NIST public data repository related information. First one is the Search and discover API to get the dataset results for given criteria or dataset identifier. Second is to get different versions of the records or metadata for given dataset. Third one is to get the usage metrics for different datasets. For any inquiries, please contact the support team at [email protected].",
"version": "1.2.4"
},
"servers": [
{
"url": "https://data.nist.gov/rmm",
Expand Down Expand Up @@ -1621,4 +1617,4 @@
}
}
}
}
}

0 comments on commit 25f8efa

Please sign in to comment.