action waterlinked_config_modify_receiver { label: "ModifyReceiver config" description: "Modify receiver configuration, does not apply the change until generic modify is called. Calling list will discard changes" provider: waterlinked method: PUT path: "/api/v1/config/receivers/{ID}" encoding: json input: { type: "object" properties: { ID: { type: "string" } } required: ["ID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }