Names
Authorizations
AuthorizationstringRequired
You will need to base64 encode the string containing your credentials. Separate your username and password with a colon, i.e., username:password and send it as 'Authorization' request header. More details: https://en.wikipedia.org/wiki/Basic_access_authentication
Path parameters
namestringRequiredPattern:
The desired registry name
^[a-z][-a-z0-9]{1,61}[a-z0-9]$Responses
200
OK. The registry name is valid but already in use
No content
400
Bad Request
application/json
404
Not found. The registry name is available and valid
application/json
head
/names/{name}No content
Last updated
Was this helpful?