MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / document_post

Route document_post

src/opencdeserver/api/app/api/bcf.py:None–None  ·  view source on GitHub ↗
router.post("/bcf/3.0/projects/{project_id}/documents", tags=["document_post"], status_code=201)

Source from the content-addressed store, hash-verified

1from uuid import UUID
2
3from fastapi import APIRouter, Depends, HTTPException, UploadFile
4from fastapi.responses import FileResponse

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected