List authenticated user's scope invites
Returns a list of invites to scopes that the authenticated user has received
Response
OK
Example response
[
{
"scope": "denoland",
"targetUser": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
},
"requestingUser": {
"name": "Ryan Dahl",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80
}
}
]Changes
Changed in 2 of the 15 revisions of this API.3610
- ▲
the response property
items/targetUser/allOf[User]/githubIdbecame nullable for the status200response-property-became-nullable
- ▲
removed the required property
items/inviterfrom the response with the200statusresponse-required-property-removed
- ●
removed the optional property
items/targetUser/allOf[User]/emailfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/targetUser/allOf[User]/inviteCountfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/targetUser/allOf[User]/isBlockedfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/targetUser/allOf[User]/isStafffrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/targetUser/allOf[User]/scopeLimitfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
items/targetUser/allOf[User]/scopeUsagefrom the response with the200statusresponse-optional-property-removed
- ○
the
items/scoperesponse's property pattern was changed from/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/to^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$for the status200response-property-pattern-changed
- ○
added the required property
items/requestingUserto the response with the200statusresponse-required-property-added
- ▲
- ▲
removed the required property
items/requestingUserfrom the response with the200statusresponse-required-property-removed
- ○
added the optional property
items/targetUser/allOf[User]/emailto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/targetUser/allOf[User]/inviteCountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/targetUser/allOf[User]/isBlockedto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/targetUser/allOf[User]/isStaffto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/targetUser/allOf[User]/scopeLimitto the response with the200statusresponse-optional-property-added
- ○
added the optional property
items/targetUser/allOf[User]/scopeUsageto the response with the200statusresponse-optional-property-added
- ○
the
items/scoperesponse's property pattern was changed from^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$to/^[a-z][a-z0-9]*(?:-[a-z0-9]+)*$/for the status200response-property-pattern-changed
- ○
added the required property
items/inviterto the response with the200statusresponse-required-property-added
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲