Skip to content

Commit

Permalink
remove github from user response body
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 22, 2024
1 parent 2b51c62 commit b08e4ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ Retrieve information about the currently authenticated user.
"timezone": "UTC",
"language": "en",
"is_admin": false,
"github_login_enabled": true,
"weekly_summary_enabled": true
},
"backup_tasks": {
Expand Down Expand Up @@ -60,7 +59,6 @@ Retrieve information about the currently authenticated user.
- `timezone`: User's preferred timezone.
- `language`: User's preferred language.
- `is_admin`: Boolean indicating whether the user has admin privileges.
- `github_login_enabled`: Boolean indicating if GitHub login is enabled for the user.
- `weekly_summary_enabled`: Boolean indicating if the user has opted in for weekly summaries.
- `backup_tasks`: Object containing backup task statistics.
- `total`: Total number of backup tasks for the user.
Expand Down

0 comments on commit b08e4ee

Please sign in to comment.