api: fix typo that prevented openapi generation
This commit is contained in:
parent
5e7569395b
commit
188002b3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@ async def list_locks(ccujack: deps.CCUJackClient) -> List[models.Lock]:
|
|||
tags=["locks"],
|
||||
responses={
|
||||
status.HTTP_401_UNAUTHORIZED: {"model": models.HttpProblemDetail},
|
||||
status.HTTP_403_FORBIDDEN: {"models": models.HttpProblemDetail},
|
||||
status.HTTP_403_FORBIDDEN: {"model": models.HttpProblemDetail},
|
||||
status.HTTP_404_NOT_FOUND: {"model": models.HttpProblemDetail},
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue