From 912f9bacdb33c5e30a2a743d2450879f43529507 Mon Sep 17 00:00:00 2001 From: nobohan Date: Wed, 1 Dec 2021 13:45:29 +0100 Subject: [PATCH] person: document altname api endpoint in swagger --- src/Bundle/ChillPersonBundle/chill.api.specs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Bundle/ChillPersonBundle/chill.api.specs.yaml b/src/Bundle/ChillPersonBundle/chill.api.specs.yaml index c67884a19..edec911c5 100644 --- a/src/Bundle/ChillPersonBundle/chill.api.specs.yaml +++ b/src/Bundle/ChillPersonBundle/chill.api.specs.yaml @@ -1794,3 +1794,12 @@ paths: description: "Unauthorized" 200: description: "OK" + + /1.0/person/config/alt_names.json: + get: + tags: + - person + summary: Return a list of possible altNames that are defined in the config + responses: + 200: + description: "OK" \ No newline at end of file