action circuitsandbox_request_space_acces { label: "request access for a space" description: "request access for a space\nOauthScopes: READ_SPACE" provider: circuitsandbox method: POST path: "/spaces/{spaceId}/participant/request" encoding: form input: { type: "object" properties: { spaceId: { type: "string" } } required: ["spaceId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }