From: Sweidan Omar Date: Thu, 30 Dec 2021 16:06:47 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=237c81f954d56db818d187b775f6138d4f5b033e;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32635 --- diff --git a/server/user.jobengine.osgi.services/backup/v1/laszlo.eros-petstoremas-1.0.0-swagger.json b/server/user.jobengine.osgi.services/backup/v1/laszlo.eros-petstoremas-1.0.0-swagger.json index b4f89e6b..51d93a92 100644 --- a/server/user.jobengine.osgi.services/backup/v1/laszlo.eros-petstoremas-1.0.0-swagger.json +++ b/server/user.jobengine.osgi.services/backup/v1/laszlo.eros-petstoremas-1.0.0-swagger.json @@ -31,10 +31,18 @@ } ], "responses":{ - "200":{"description" : "successful operation"}, - "400":{"description" : "Invalid input"}, - "404":{"description" : "Job with Id not found"}, - "500":{"description" : "Internal server error"} + "200":{ + "description" : "successful operation" + }, + "400":{ + "description" : "Invalid input" + }, + "404":{ + "description" : "Job with Id not found" + }, + "500":{ + "description" : "Internal server error" + } } } }, @@ -54,9 +62,17 @@ } ], "responses":{ - "200":{"description" : "successful operation","schema":{"$ref" : "#/definitions/Job"}}, - "400":{"description" : "Invalid input"}, - "500":{"description" : "Internal server error"}} + "200":{ + "description" : "successful operation", + "schema":{"$ref" : "#/definitions/Job"} + }, + "400":{ + "description" : "Invalid input" + }, + "500":{ + "description" : "Internal server error" + } + } } }, "/mas/getAllDomainCategory":{