diff --git a/.dockleconfig b/.dockleconfig index f973bac..2c7e44a 100644 --- a/.dockleconfig +++ b/.dockleconfig @@ -5,4 +5,4 @@ # DOCKLE_ACCEPT_FILES="file1,path/to/file2,file3/path,etc" # The apiflask/settings file is a stub file that apiflask creates, and has no sensitive data in. We are ignoring it since it is unused -DOCKLE_ACCEPT_FILES=app/.venv/lib/python3.11/site-packages/apiflask/settings.py +DOCKLE_ACCEPT_FILES=app/.venv/lib/python3.12/site-packages/apiflask/settings.py diff --git a/app/openapi.generated.yml b/app/openapi.generated.yml index b935bc5..5486d7b 100644 --- a/app/openapi.generated.yml +++ b/app/openapi.generated.yml @@ -239,6 +239,9 @@ components: properties: type: description: The name of the role + enum: + - USER + - ADMIN User: type: object properties: