action uebermaps_post_spots_id_respots { label: "Respot a spot onto a map" description: "Respot a spot onto a map." provider: uebermaps method: POST path: "/spots/{id}/respots" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }