Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jotare committed May 9, 2024
1 parent 0db81db commit 26021b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nucliadb/nucliadb/writer/api/v1/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ async def _tus_post(
tags=["Resource field TUS uploads"],
status_code=200,
openapi_extra={"x-operation-order": 3},
name="Upload information",
summary="Upload information",
)
@requires_one([NucliaDBRoles.WRITER])
Expand All @@ -323,6 +324,7 @@ async def tus_head_rslug_prefix(
tags=["Resource field TUS uploads"],
status_code=200,
openapi_extra={"x-operation-order": 3},
name="Upload information",
summary="Upload information",
)
@requires_one([NucliaDBRoles.WRITER])
Expand All @@ -342,6 +344,7 @@ async def tus_head_rid_prefix(
tags=["Knowledge Box TUS uploads"],
status_code=200,
openapi_extra={"x-operation-order": 3},
name="Upload information",
summary="Upload information",
)
@requires_one([NucliaDBRoles.WRITER])
Expand Down

0 comments on commit 26021b1

Please sign in to comment.