Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json')
-rw-r--r--spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json33
1 files changed, 26 insertions, 7 deletions
diff --git a/spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json b/spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json
index cfaa1c28bb7..21f466bc418 100644
--- a/spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json
+++ b/spec/fixtures/api/schemas/public_api/v4/project_repository_storage_move.json
@@ -8,13 +8,32 @@
"destination_storage_name",
"project"
],
- "properties" : {
- "id": { "type": "integer" },
- "created_at": { "type": "string", "format": "date-time" },
- "state": { "type": "string" },
- "source_storage_name": { "type": "string" },
- "destination_storage_name": { "type": "string" },
- "project": { "type": "object" }
+ "properties": {
+ "id": {
+ "type": "integer"
+ },
+ "created_at": {
+ "type": "string",
+ "format": "date-time"
+ },
+ "state": {
+ "type": "string"
+ },
+ "source_storage_name": {
+ "type": "string"
+ },
+ "destination_storage_name": {
+ "type": "string"
+ },
+ "error_message": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "project": {
+ "type": "object"
+ }
},
"additionalProperties": false
}