action gerermesaffaires_get_spaces_id_logo { label: "get_spaces_id_logo" description: "Returns a space with the logo" provider: gerermesaffaires method: GET path: "/spaces/{id}/logo" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }