Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 167 Bytes

File metadata and controls

9 lines (6 loc) · 167 Bytes

createChangesetComment

import { createChangesetComment } from "osm-api";

await createChangesetComment(1234567, "this is the comment");

Response: none