app.registry.update

Update an app registry entry.

Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: id

id

Type: integer

ID of the container registry to update.

Parameter 2: data

data

Type: object

Updated container registry configuration data.

No Additional Properties

Name

Type: string

Human-readable name for the container registry.

Description


Optional description of the container registry or null.

Type: string
Type: null

Username

Type: string

Username for registry authentication (masked for security).

Password

Type: string

Password or access token for registry authentication (masked for security).

Uri

Type: string

Container registry URI endpoint (defaults to Docker Hub).

AppRegistryEntry

Type: object

The updated container registry configuration.

No Additional Properties

Id

Type: integer

Unique identifier for the container registry configuration.

Name

Type: string

Human-readable name for the container registry.

Description

Default: null

Optional description of the container registry or null.

Type: string
Type: null

Username

Type: string

Username for registry authentication (masked for security).

Password

Type: string

Password or access token for registry authentication (masked for security).

Uri

Type: string

Container registry URI endpoint.



Required roles: APPS_WRITE