diff --git a/user/oauth2-provider.md b/user/oauth2-provider.md index d61fde50..50078d38 100644 --- a/user/oauth2-provider.md +++ b/user/oauth2-provider.md @@ -36,14 +36,14 @@ Forgejo supports scoped access tokens, which allow users to restrict tokens to o Forgejo token scopes are as follows: | Name | Description | -| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | --- | +| ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | | **(no scope)** | Not supported. A scope is required even for public repositories. | | **activitypub** | `activitypub` API routes: ActivityPub related operations. | |     **read:activitypub** | Grants read access for ActivityPub operations. | |     **write:activitypub** | Grants read/write/delete access for ActivityPub operations. | | **admin** | `/admin/*` API routes: Site-wide administrative operations (hidden for non-admin accounts). | |     **read:admin** | Grants read access for admin operations, such as getting cron jobs or registered user emails. | -|     **write:admin** | Grants read/write/delete access for admin operations, such as running cron jobs or updating user accounts. | | +|     **write:admin** | Grants read/write/delete access for admin operations, such as running cron jobs or updating user accounts. | | **issue** | `issues/*`, `labels/*`, `milestones/*` API routes: Issue-related operations. | |     **read:issue** | Grants read access for issues operations, such as getting issue comments, issue attachments, and milestones. | |     **write:issue** | Grants read/write/delete access for issues operations, such as posting or editing an issue comment or attachment, and updating milestones. |