From 73e2a7822c496c7769de30a1d0b9257ea69145ee Mon Sep 17 00:00:00 2001 From: Jonathan Silverblood Date: Mon, 1 Apr 2019 08:53:46 +0000 Subject: [PATCH] Revert "Change name to identifier in the lookup result." This reverts commit 0e9621f7d29dcb7f6e2f217c0aba2b4eb806c9f0 --- SPECIFICATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECIFICATION.md b/SPECIFICATION.md index 7958db6..40409e5 100644 --- a/SPECIFICATION.md +++ b/SPECIFICATION.md @@ -217,7 +217,7 @@ The service should reply with a list of matches using the same case-folding tran ``` { - "identifier": "Jonathan#100", + "name": "Jonathan", "block": 563720, "results": [ -- GitLab