diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-13 18:08:56 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2023-03-13 18:08:56 +0000 |
commit | 7b7bc31c5ba07eebe62e2f2582f111ce24285cd4 (patch) | |
tree | 70c795a932a603e49176d30ee5f0835fcfed46c2 /spec/fixtures | |
parent | cb38c5062c623059d311c4e9e37428eacdea95d6 (diff) | |
download | gitlab-ce-7b7bc31c5ba07eebe62e2f2582f111ce24285cd4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/api/schemas/internal/pages/lookup_path.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/fixtures/api/schemas/internal/pages/lookup_path.json b/spec/fixtures/api/schemas/internal/pages/lookup_path.json index 9d81ea495f1..8ca71870911 100644 --- a/spec/fixtures/api/schemas/internal/pages/lookup_path.json +++ b/spec/fixtures/api/schemas/internal/pages/lookup_path.json @@ -23,7 +23,8 @@ }, "additionalProperties": false }, - "prefix": { "type": "string" } + "prefix": { "type": "string" }, + "unique_domain": { "type": ["string", "null"] } }, "additionalProperties": false } |