action etherpad_set_public_status_using_get { label: "sets a boolean for the public status of a pad" provider: etherpad method: GET path: "/setPublicStatus" encoding: json input: { type: "object" properties: { padID: { type: "string" } publicStatus: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" } message: { type: "string" } } } }