Verify the git credential
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Verify the git credential
application/json
Request Body required
remoteUrl string required
git server url
secretRef
auth secret reference
name string
name is unique within a namespace to reference a secret resource.
namespace string
namespace defines the space within which the secret name must be unique.
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
message string required
error message
{
"message": "string"
}
Loading...