action uebermaps_patch_spots_id { label: "Update spot" description: "Update spot. Wrap parameters in [spot]. To update the spot picture pass a base64 encoded string to [spot][picture]." provider: uebermaps method: PATCH path: "/spots/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }