API METHODS
UAPI71: Container Registry: Collaborations
GET /api/container_registry
OAuth Authorization Required: images_read
SCHEMA
container_registries
: Array
id
: Integername
: Stringlabel
: Stringstatus
: Stringendpoint
: String | url and portusername
: Stringpassword
: Stringimages
: Arraycreated_at
: DateTimeupdated_at
: DateTimeGET /api/container_registry/{id}
OAuth Authorization Required: images_read
SCHEMA
container_registry
: Object
id
: Integername
: Stringlabel
: Stringstatus
: Stringendpoint
: String | url and portusername
: Stringpassword
: Stringimages
: Arraycreated_at
: DateTimeupdated_at
: DateTimePATCH /api/container_registry/{id}
OAuth Authorization Required: images_write
SCHEMA
container_registry
: Object
label
: StringPOST /api/container_registry