Skip to content

Commit 73c14c0

Browse files
greenkeeper[bot]gr2m
authored andcommitted
fix: cloud-9 preview has been removed (#32)
1 parent 2f56f14 commit 73c14c0

File tree

3 files changed

+28
-46
lines changed

3 files changed

+28
-46
lines changed

package-lock.json

Lines changed: 27 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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",

routes.json

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"getProvisioningDetailsForUser": {
3-
"headers": {
4-
"accept": "application/vnd.github.cloud-9-preview+json"
5-
},
63
"method": "GET",
74
"params": {
85
"external_identity_guid": {
@@ -17,9 +14,6 @@
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": {
@@ -39,9 +33,6 @@
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": {
@@ -52,9 +43,6 @@
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": {
@@ -65,9 +53,6 @@
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": {
@@ -82,9 +67,6 @@
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": {
@@ -99,9 +81,6 @@
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": {

0 commit comments

Comments
 (0)