diff options
author | Pjotr Prins | 2023-08-02 09:02:28 +0200 |
---|---|---|
committer | Pjotr Prins | 2023-08-02 09:02:28 +0200 |
commit | ddb18fc3461b7031faeeab89fbbebc1a00b9ef68 (patch) | |
tree | b5ed239c6bb23f0f19a9e01f308e339120e090c7 /api | |
parent | 43264b1de9fd525f2aa2b624ded01041175088cb (diff) | |
download | gn-docs-ddb18fc3461b7031faeeab89fbbebc1a00b9ef68.tar.gz |
GN REST API v2 conventions added - JSON tags for markdown
Diffstat (limited to 'api')
-rw-r--r-- | api/GN-REST-API-v2.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/GN-REST-API-v2.md b/api/GN-REST-API-v2.md index b856de8..4b532ed 100644 --- a/api/GN-REST-API-v2.md +++ b/api/GN-REST-API-v2.md @@ -66,8 +66,8 @@ Metadata contains further information on a JSON record, but typically not the da { "api": "api:mouse.json", "doc": "doc:mouse.html", - "links": - Expand on metadata links that can be followed: + "links": { + # Expand on metadata links that can be followed: "strains": { "BXD12": "api:BXD12.meta.json", "BXD13": "api:BXD13.meta.json", |