Commit a9521a83 authored by Clement Ho's avatar Clement Ho

Merge branch 'mk-fix-api-geo-spec' into 'master'

Fix api Geo spec

See merge request gitlab-org/gitlab-ee!4035
parents 2865c0ba fa48635f
......@@ -50,8 +50,8 @@
"lfs_objects_synced_count": { "type": ["integer", "null"] },
"lfs_objects_synced_in_percentage": { "type": "string" },
"job_artifacts_count": { "type": "integer" },
"job_artifacts_failed_count": { "type": "integer" },
"job_artifacts_synced_count": { "type": "integer" },
"job_artifacts_failed_count": { "type": ["integer", "null"] },
"job_artifacts_synced_count": { "type": ["integer", "null"] },
"job_artifacts_synced_in_percentage": { "type": "string" },
"repositories_count": { "type": "integer" },
"repositories_failed_count": { "type": ["integer", "null"] },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment