action etherpad_copy_pad_using_get { label: "copyPadUsingGET" provider: etherpad method: GET path: "/copyPad" encoding: json input: { type: "object" properties: { destinationID: { type: "string" } force: { type: "string" } sourceID: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" } message: { type: "string" } } } }