From ddb18fc3461b7031faeeab89fbbebc1a00b9ef68 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 2 Aug 2023 09:02:28 +0200 Subject: GN REST API v2 conventions added - JSON tags for markdown --- api/GN-REST-API-v2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/GN-REST-API-v2.md') 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", -- cgit v1.2.3