Skip to content

Commit f7d5e2a

Browse files
greenkeeper[bot]gr2m
authored andcommitted
feat: .provisionAndInviteUsers() (#18)
1 parent 1300923 commit f7d5e2a

File tree

3 files changed

+23
-10
lines changed

3 files changed

+23
-10
lines changed

package-lock.json

Lines changed: 9 additions & 9 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": "17.0.0",
40+
"@octokit/routes": "18.0.1",
4141
"coveralls": "^3.0.2",
4242
"lodash.camelcase": "^4.3.0",
4343
"semantic-release": "^15.10.7",

routes.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@
3838
},
3939
"url": "/scim/v2/organizations/:org/Users"
4040
},
41+
"provisionAndInviteUsers": {
42+
"headers": {
43+
"accept": "application/vnd.github.cloud-9-preview+json"
44+
},
45+
"method": "POST",
46+
"params": {
47+
"org": {
48+
"required": true,
49+
"type": "string"
50+
}
51+
},
52+
"url": "/scim/v2/organizations/:org/Users"
53+
},
4154
"provisionInviteUsers": {
4255
"headers": {
4356
"accept": "application/vnd.github.cloud-9-preview+json"

0 commit comments

Comments
 (0)