action opensuse_post_group_group_title { label: "Modify group data." description: "Modify group data." provider: opensuse method: POST path: "/group/{group_title}" encoding: json input: { type: "object" properties: { cmd: { type: "string" enum: ["add_user", "remove_user", "set_email"] } email: { type: "string" } userid: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }