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

Route comment_post

src/opencdeserver/api/app/api/bcf.py:None–None  ·  view source on GitHub ↗
router.post("/bcf/3.0/projects/{project_id}/topics/{topic_id}/comments", tags=["comment_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