Skip to main content
PUT
Update git credential accessor for a User

Authorizations

X-Domino-Api-Key
string
header
required

Path Parameters

userId
string
required

Id of the User to update credentials for

credentialId
string
required

Id of the credential to update

Body

application/json

The new credential

domain
string
required

The domain for this git credential

Example:

"github.com"

gitServiceProvider
enum<string>
required

Git service provider

Available options:
bitbucket,
bitbucketServer,
github,
githubEnterprise,
gitLab,
gitLabEnterprise,
unknown
name
string
required

Name for this git credential

Example:

"My creds"

token
string
required

The token value

Response

Success

credential
object
required
metadata
object
required
Last modified on June 26, 2026