action etherpad_copy_pad_without_history_using_get { label: "copyPadWithoutHistoryUsingGET" provider: etherpad method: GET path: "/copyPadWithoutHistory" 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" } } } }