Skip to content

Commit

Permalink
added dbx providers
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Dec 20, 2024
1 parent af56ef6 commit 5c49615
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ paths:
example:
git_provider: gitHub
git_username: testuser
personal_access_token: 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
personal_access_token: ghp_123
description: Creates a Git credential entry for the user. Only one Git credential
per user is supported, so any attempts to create credentials if an entry already
exists will fail. Use the PATCH endpoint to update existing credentials, or
Expand Down Expand Up @@ -214,7 +214,7 @@ paths:
git_provider: gitHub
git_username: testuser
id: '93488329053511'
personal_access_token: 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
personal_access_token: ghp_123
description: Updates the specified Git credential.
/api/2.0/permissions/repos/{repo_id}:
get:
Expand Down

0 comments on commit 5c49615

Please sign in to comment.