Add endpoint to create allowance

This commit is contained in:
2025-05-13 13:51:49 +02:00
parent 44d85fc155
commit c04aa1287a
6 changed files with 81 additions and 4 deletions

View File

@@ -53,6 +53,9 @@ paths:
name:
type: string
description: The user name
allowance:
type: integer
description: The total amount of allowance the user has
404:
description: The users could not be found.