router.post("/bcf/3.0/projects/{project_id}/documents", tags=["document_post"], status_code=201)
| 1 | from uuid import UUID |
| 2 | |
| 3 | from fastapi import APIRouter, Depends, HTTPException, UploadFile |
| 4 | from fastapi.responses import FileResponse |
nothing calls this directly
no outgoing calls
no test coverage detected