action gerermesaffaires_get_spaces_space_id_extend { label: "get_spaces_spaceId_extend" description: "read the data of a space" provider: gerermesaffaires method: GET path: "/spaces/{spaceId}/extend" encoding: json input: { type: "object" properties: { spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }