File tree Expand file tree Collapse file tree 3 files changed +28
-46
lines changed Expand file tree Collapse file tree 3 files changed +28
-46
lines changed Original file line number Diff line number Diff line change 3737 },
3838 "homepage" : " https://github.com/octokit/plugin-scim.js#readme" ,
3939 "devDependencies" : {
40- "@octokit/routes" : " 18.7.0 " ,
40+ "@octokit/routes" : " 18.7.1 " ,
4141 "coveralls" : " ^3.0.2" ,
4242 "lodash.camelcase" : " ^4.3.0" ,
4343 "semantic-release" : " ^15.10.7" ,
Original file line number Diff line number Diff line change 11{
22 "getProvisioningDetailsForUser" : {
3- "headers" : {
4- "accept" : " application/vnd.github.cloud-9-preview+json"
5- },
63 "method" : " GET" ,
74 "params" : {
85 "external_identity_guid" : {
1714 "url" : " /scim/v2/organizations/:org/Users/:external_identity_guid"
1815 },
1916 "listProvisionedIdentities" : {
20- "headers" : {
21- "accept" : " application/vnd.github.cloud-9-preview+json"
22- },
2317 "method" : " GET" ,
2418 "params" : {
2519 "count" : {
3933 "url" : " /scim/v2/organizations/:org/Users"
4034 },
4135 "provisionAndInviteUsers" : {
42- "headers" : {
43- "accept" : " application/vnd.github.cloud-9-preview+json"
44- },
4536 "method" : " POST" ,
4637 "params" : {
4738 "org" : {
5243 "url" : " /scim/v2/organizations/:org/Users"
5344 },
5445 "provisionInviteUsers" : {
55- "headers" : {
56- "accept" : " application/vnd.github.cloud-9-preview+json"
57- },
5846 "method" : " POST" ,
5947 "params" : {
6048 "org" : {
6553 "url" : " /scim/v2/organizations/:org/Users"
6654 },
6755 "removeUserFromOrg" : {
68- "headers" : {
69- "accept" : " application/vnd.github.cloud-9-preview+json"
70- },
7156 "method" : " DELETE" ,
7257 "params" : {
7358 "external_identity_guid" : {
8267 "url" : " /scim/v2/organizations/:org/Users/:external_identity_guid"
8368 },
8469 "updateProvisionedOrgMembership" : {
85- "headers" : {
86- "accept" : " application/vnd.github.cloud-9-preview+json"
87- },
8870 "method" : " PUT" ,
8971 "params" : {
9072 "external_identity_guid" : {
9981 "url" : " /scim/v2/organizations/:org/Users/:external_identity_guid"
10082 },
10183 "updateUserAttribute" : {
102- "headers" : {
103- "accept" : " application/vnd.github.cloud-9-preview+json"
104- },
10584 "method" : " PATCH" ,
10685 "params" : {
10786 "external_identity_guid" : {
You can’t perform that action at this time.
0 commit comments