action etherpad_copy_pad_using_post { label: "copyPadUsingPOST" provider: etherpad method: POST 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" } } } }