action greenpeace_get_groups_uuid { label: "get_groups_UUID" description: "Get one `Group` object by specifying its UUID in the url path." provider: greenpeace method: GET path: "/groups/{UUID}" encoding: json input: { type: "object" properties: { UUID: { type: "string" } } required: ["UUID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }