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

Function file_batch_policy_action_post

apps/admin/views.py:319–323  ·  view source on GitHub ↗
(
    data: BatchFilePolicyActionData,
    file_service: FileService = Depends(get_file_service),
)

Source from the content-addressed store, hash-verified

317
318@admin_api.post("/file/batch-policy-action")
319async def file_batch_policy_action_post(
320 data: BatchFilePolicyActionData,
321 file_service: FileService = Depends(get_file_service),
322):
323 return await apply_batch_file_policy_action(data, file_service)
324
325
326@admin_api.get("/file/list")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected