Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-20 15:21:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-20 15:21:30 +0300
commit2366f969a4b3a95e052e551cc7283a2db8d5562e (patch)
tree33ea679dad4b92048697729f68f9c606f91b32e4 /doc/api
parentc7eec01f1b68b2e047cdd709751cb695ab329933 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/users.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/doc/api/users.md b/doc/api/users.md
index c17dfd12c8b..5706bed0243 100644
--- a/doc/api/users.md
+++ b/doc/api/users.md
@@ -838,7 +838,8 @@ Example response:
"id": 1,
"user_id": 1
"view_diffs_file_by_file": true,
- "show_whitespace_in_diffs": false
+ "show_whitespace_in_diffs": false,
+ "pass_user_identities_to_ci_jwt": false
}
```
@@ -859,16 +860,18 @@ PUT /user/preferences
"id": 1,
"user_id": 1
"view_diffs_file_by_file": true,
- "show_whitespace_in_diffs": false
+ "show_whitespace_in_diffs": false,
+ "pass_user_identities_to_ci_jwt": false
}
```
Parameters:
-| Attribute | Required | Description |
-| :--------------------------- | :------- | :---------------------------------------------------------- |
-| `view_diffs_file_by_file` | Yes | Flag indicating the user sees only one file diff per page. |
-| `show_whitespace_in_diffs` | Yes | Flag indicating the user sees whitespace changes in diffs. |
+| Attribute | Required | Description |
+| :------------------------------- | :------- | :--------------------------------------------------------------------------- |
+| `view_diffs_file_by_file` | Yes | Flag indicating the user sees only one file diff per page. |
+| `show_whitespace_in_diffs` | Yes | Flag indicating the user sees whitespace changes in diffs. |
+| `pass_user_identities_to_ci_jwt` | Yes | Flag indicating the user passes their external identities as CI information. |
## User follow