latestOpenAPI 3.0.12026-08-225657103.3 KB
c09fb78bfb08
Accept scope invite
Accepts an invite to a scope
post/user/invites/{scope}
Path parameters
scopestring required
The name of a scope. This must not be @ prefixed.
Example:denoland
The name of the scope to accept the invite for
Response
OK
Example response
{
"scope": "denoland",
"user": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}
}