1
0
mirror of synced 2026-01-06 06:04:16 -05:00

🎉 Source GitLab: allow all domains to be used as api_url (#7108)

* Remove `pattern` field from `api_url` in spec file

* Bump connector's version + update docs
This commit is contained in:
oleh.zorenko
2021-10-18 16:24:36 +03:00
committed by GitHub
parent 62c230ad42
commit cf04b8bb8e
5 changed files with 9 additions and 5 deletions

View File

@@ -10,8 +10,7 @@
"api_url": {
"type": "string",
"examples": ["gitlab.com"],
"description": "Please enter your basic URL from Gitlab instance",
"pattern": "^gitlab[a-zA-Z0-9._-]*\\.com$"
"description": "Please enter your basic URL from Gitlab instance"
},
"private_token": {
"type": "string",