adding endpoint for LocationType. fetch types and add form fields.

This commit is contained in:
2021-10-13 19:31:48 +02:00
parent b418d13190
commit 4d4662a634
5 changed files with 98 additions and 6 deletions

View File

@@ -548,3 +548,14 @@ paths:
description: "ok"
401:
description: "Unauthorized"
/1.0/main/location-type.json:
get:
tags:
- location
summary: Return a list of location types
responses:
200:
description: "ok"
401:
description: "Unauthorized"