action uebermaps_post_spots_id_comments { label: "Create spot comment" description: "Create spot comment. Wrap comment parameters in [comment]." provider: uebermaps method: POST path: "/spots/{id}/comments" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }