Skip to content
代码片段 群组 项目
提交 9bf138a4 编辑于 作者: Adil Farrukh's avatar Adil Farrukh 提交者: Jon Glassman
浏览文件

Updated scim patch payload example to document replace instead of update

上级 2f6ff9d9
No related branches found
No related tags found
无相关合并请求
...@@ -1365,7 +1365,7 @@ Example request: ...@@ -1365,7 +1365,7 @@ Example request:
```shell ```shell
curl --verbose --request PATCH "https://gitlab.example.com/api/scim/v2/groups/test_group/Users/f0b1d561c-21ff-4092-beab-8154b17f82f2" \ curl --verbose --request PATCH "https://gitlab.example.com/api/scim/v2/groups/test_group/Users/f0b1d561c-21ff-4092-beab-8154b17f82f2" \
--data '{ "Operations": [{"op":"Update","path":"name.formatted","value":"New Name"}] }' \ --data '{ "Operations": [{"op":"replace","path":"id","value":"1234abcd"}] }' \
--header "Authorization: Bearer <your_scim_token>" --header "Content-Type: application/scim+json" --header "Authorization: Bearer <your_scim_token>" --header "Content-Type: application/scim+json"
``` ```
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册