Feature: [person][creation] api for listing availables centers for person creation

This commit is contained in:
2022-11-22 11:18:33 +01:00
parent 1585a73974
commit b06a76784a
7 changed files with 111 additions and 9 deletions

View File

@@ -1937,4 +1937,14 @@ paths:
summary: Return a list of possible altNames that are defined in the config
responses:
200:
description: "OK"
description: "OK"
/1.0/person/creation/authorized-centers:
get:
tags:
- person
- permissions
summary: Return a list of possible centers for person creation
responses:
200:
description: "OK"