v1
latestOpenAPI 3.0.32026-07-133733150.4 KBcontainer registry auths
Create a new container registry auth
Create a new container registry auth.
post/containerregistryauth
Request body
Example request
{
"name": "my creds",
"password": "my-password",
"username": "my-username"
}Response
Successful operation.
Example response
{
"id": "clzdaifot0001l90809257ynb",
"name": "my creds"
}