Merge pull request #7408 from ywk253100/190416_swagger

Update swagger
This commit is contained in:
Wenkai Yin 2019-04-16 20:55:03 +08:00 committed by GitHub
commit fa3ab47c7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2298,7 +2298,7 @@ paths:
This endpoint let user list namespaces of registry according to query.
parameters:
- name: id
in: query
in: path
type: integer
required: true
description: The registry ID.
@ -3772,11 +3772,6 @@ definitions:
src_registry:
description: The source registry.
$ref: '#/definitions/Registry'
src_namespaces:
type: array
description: The source namespaces
items:
type: string
dest_registry:
description: The destination registry.
$ref: '#/definitions/Registry'