ApiRegistry credentials
Test registry credential
Test a registry credential by attempting to authenticate with the registry. Returns success status, message, and latency.
curl -X POST "https://loading/api/v1/settings/registry-credentials/string/test"{
"success": true,
"message": "string",
"latency_ms": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}