Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/account_management/personal-access-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ With PATs, you can:
| Standalone authentication | Yes; no API key pairing needed | Yes; no API key pairing needed | No; requires an API key |
| Scoped by default | Yes; scopes are mandatory | Yes; scopes are mandatory | Optional; unscoped by default |
| Time-to-live (TTL) | Required (24 hours to one year) | Optional; can be long-lived | No expiration |
| Identifiable prefix | `ddpat_` | `ddpat_` | `ddapp_` (new) |
| Identifiable prefix | `ddpat_` | `ddsat_` | `ddapp_` (new) |
| Linked to | Individual user | Service account | Individual user or service account |

For Service Access Tokens, see [Service Access Tokens][7].
Expand Down
Loading