action waterlinked_poi_update { label: "Update poi" provider: waterlinked method: PATCH path: "/api/v1/poi/{ID}" encoding: json input: { type: "object" properties: { ID: { type: "string" } } required: ["ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }