PUT - /registry/custom
Description
This API updates a custom registry.
Input
Type: application/json
Param | Source | Type | Required | Description |
---|---|---|---|---|
env | body | string | no | environment code |
id | body | string | yes | _id |
data | body | object | yes | conditional |
body.data
"anyOf": [
{
"required": ["name"]
},
{
"required": ["plugged"]
},
{
"required": ["shared"]
},
{
"required": ["sharedEnvs"]
},
{
"required": ["value"]
}
]
Param | Source | Type | Required | Description |
---|---|---|---|---|
name | body.data | string | conditional | "pattern": /[a-z0-9]{1,61}/ |
plugged | body.data | boolean | conditional |
|
shared | body.data | boolean | conditional |
|
sharedEnvs | body.data | object | conditional |
{“env_code”: true} |
value | body.data | object or string | conditional |
|