Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Examples:
1
Body
application/json
Registry credential name.
Minimum length:
4
Examples:
"docker-io"
Registry password.
Minimum length:
1
Examples:
"password"
Registry URL.
Minimum length:
1
Examples:
"registry.example.com"
Registry username.
Minimum length:
1
Examples:
"username"
Response
200 - application/json
OK
Registry credential name.
Minimum length:
4
Examples:
"docker-io"
Registry password.
Examples:
"password"
Project ID to which the inference registry credentials belongs.
Examples:
1
Registry URL.
Examples:
"registry.example.com"
Registry username.
Examples:
"username"