Patch
/v1/registry/{registry-id}
Update a particular registry details. Description and credential are the only editable field of a registry.
Security
API Key
Header parameter nameAuthentication
A JWT bearer token to be passed once authenticated.
Path parameters
registry-id
string (uuid) Required
UUID of a registry.
Body parameters
Request to update registry details.
Array of object
object
A JSONPatch document as defined by RFC 6902. The patch operation is subset of what is supported by RFC 6902.
op
string Required
The operation to be performed
Valid values[
"add",
"remove",
"replace"
]
path
string Required
It is JSON pointer indicating a field to be updated
value
object
It is the value to be used for the field as indicated by op and path
Responses
200
Registry information.
object
url
string
URL of the registry.
registry_id
string (uuid)
UUID of the registry.
description
string
Description of the registry.
username
string
Username of the registry.