action etherpad_append_text_using_get { label: "appendTextUsingGET" provider: etherpad method: GET path: "/appendText" encoding: json input: { type: "object" properties: { padID: { type: "string" } text: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" } message: { type: "string" } } } }