action zoomconnect_post_api_rest_v1_groups_group_id { label: "update" description: "Update a group" provider: zoomconnect method: POST path: "/api/rest/v1/groups/{groupId}" encoding: json input: { type: "object" properties: { groupId: { type: "string" } } required: ["groupId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }