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