MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / file_batch_update_post

Function file_batch_update_post

apps/admin/views.py:252–256  ·  view source on GitHub ↗
(
    data: BatchUpdateFileData,
    file_service: FileService = Depends(get_file_service),
)

Source from the content-addressed store, hash-verified

250
251@admin_api.post("/file/batch-update")
252async def file_batch_update_post(
253 data: BatchUpdateFileData,
254 file_service: FileService = Depends(get_file_service),
255):
256 return await batch_update_files(data, file_service)
257
258
259async def apply_file_policy_action(

Callers

nothing calls this directly

Calls 1

batch_update_filesFunction · 0.85

Tested by

no test coverage detected