diff options
author | Munyoki Kilyungi | 2023-10-24 12:32:15 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-10-24 12:32:15 +0300 |
commit | d74b29d5e0238d687be43c2357658103125e670b (patch) | |
tree | 9916c1b2ebfed841efded7cc5e303ac414942a49 /api | |
parent | 6dbc318b4da2f6a83a4bf72e183252a11092c255 (diff) | |
download | gn-docs-d74b29d5e0238d687be43c2357658103125e670b.tar.gz |
Update API document.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'api')
-rw-r--r-- | api/GN2-API-documentation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/GN2-API-documentation.md b/api/GN2-API-documentation.md index c1690dc..b2e7bc4 100644 --- a/api/GN2-API-documentation.md +++ b/api/GN2-API-documentation.md @@ -56,7 +56,7 @@ Example Result: } ``` -## GET /metadata/species/<name> +## GET /metadata/species/:name Get a list of species with data available in GN. @@ -143,7 +143,7 @@ Example Results: } ``` -## GET /metadata/groups/mouse +## GET /metadata/groups/:name Fetch information about a given group given a species' name. |