We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/api/jobs/{job_id}/files
1 parent 0c22d44 commit 49ac9c3Copy full SHA for 49ac9c3
lib/galaxy/webapps/galaxy/api/job_files.py
@@ -136,7 +136,7 @@ class FastAPIJobFiles:
136
)
137
),
138
139
- @router.head(*_args, **_kwargs) # type: ignore[name-defined]
+ @router.head(*_args, **_kwargs, include_in_schema=False) # type: ignore[name-defined]
140
# remove `@router.head(...)` when ALL endpoints have been migrated to FastAPI
141
def index(
142
self,
0 commit comments