Version 4.0.24.18 (latest)
Get all Repository Credentials for a project
root_project_id
is required.
Request
GET
/projects/{root_project_id}/credentials
Datatype
Description
Request
path
Expand HTTP Path definition...
root_project_id
Root Project Id
Response
200: Repository Credential
Datatype
Description
(array)
can
lock
Operations the current user is able to perform on this object
id
lock
Unique Id
root_project_id
lock
Root project Id
remote_url
lock
Git remote repository url
git_username
Git username for HTTPS authentication.
git_password
(Write-Only) Git password for HTTPS authentication.
ssh_public_key
Public deploy key for SSH authentication.
is_configured
lock
Whether the credentials have been configured for the Git Repository.
400: Bad Request
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
404: Not Found
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link
429: Too Many Requests
Datatype
Description
(object)
message
lock
Error details
documentation_url
lock
Documentation link