Qyra
ReferenceUntagged

Install GitLab integration

Initiate GitLab OAuth integration

GET/api/v1/gitlab/install

Authentication: personal access token. The spec defines an api_key security scheme — send an Authorization: ApiKey <your-personal-access-token> header (value format: ApiKey <your key>). A session_cookie scheme (connect.sid) exists for browser sessions. Operations in this spec declare security: [], an artifact of the upstream spec generator — authentication is still enforced by the server.

Query parameters

NameTypeRequiredDescription
gitlab_instance_urlstringNoCustom GitLab instance URL (optional, defaults to gitlab.com)

Responses

302 — Redirect to GitLab OAuth