diff --git a/apps/docs/public/openapi.json b/apps/docs/public/openapi.json index 80a326d..b9e2c0c 100644 --- a/apps/docs/public/openapi.json +++ b/apps/docs/public/openapi.json @@ -18763,6 +18763,10 @@ "type": "string", "minLength": 1 }, + "gitlabInternalUrl": { + "type": "string", + "nullable": true + }, "applicationId": { "type": "string" }, @@ -19046,6 +19050,10 @@ "type": "string", "minLength": 1 }, + "gitlabInternalUrl": { + "type": "string", + "nullable": true + }, "applicationId": { "type": "string" },