mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01:35 +01:00
Update swagger
Remove the "source namespace" property of replication policy Signed-off-by: Wenkai Yin <yinw@vmware.com>
This commit is contained in:
parent
ea6ca2b8cc
commit
bf43c39026
@ -2298,7 +2298,7 @@ paths:
|
|||||||
This endpoint let user list namespaces of registry according to query.
|
This endpoint let user list namespaces of registry according to query.
|
||||||
parameters:
|
parameters:
|
||||||
- name: id
|
- name: id
|
||||||
in: query
|
in: path
|
||||||
type: integer
|
type: integer
|
||||||
required: true
|
required: true
|
||||||
description: The registry ID.
|
description: The registry ID.
|
||||||
@ -3772,11 +3772,6 @@ definitions:
|
|||||||
src_registry:
|
src_registry:
|
||||||
description: The source registry.
|
description: The source registry.
|
||||||
$ref: '#/definitions/Registry'
|
$ref: '#/definitions/Registry'
|
||||||
src_namespaces:
|
|
||||||
type: array
|
|
||||||
description: The source namespaces
|
|
||||||
items:
|
|
||||||
type: string
|
|
||||||
dest_registry:
|
dest_registry:
|
||||||
description: The destination registry.
|
description: The destination registry.
|
||||||
$ref: '#/definitions/Registry'
|
$ref: '#/definitions/Registry'
|
||||||
|
Loading…
Reference in New Issue
Block a user