Add container label
Add a label to a container repository
post/containers/{container_repo_id}/labels
Path parameters
container_repo_idinteger required
The ID of the container repository
Request body
Example request
{
"name": "production"
}Response
The label has been added successfully
Example response
{
"label_id": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.