Update scope
Updates the details of a scope
patch/scopes/{scope}
Path parameters
scopestring required
The name of a scope. This must not be @ prefixed.
Example:denoland
The name of the scope
Request body
Response
OK
Example response
{
"scope": "denoland",
"creator": {
"name": "Ryan Dahl",
"email": "ry@example.com",
"avatarUrl": "https://avatars.githubusercontent.com/u/80?v=4",
"githubId": 80,
"scopeUsage": 3,
"scopeLimit": 10,
"inviteCount": 3
},
"quotas": {
"packageUsage": 3,
"packageLimit": 10,
"newPackagePerWeekUsage": 1,
"newPackagePerWeekLimit": 5,
"publishAttemptsPerWeekUsage": 1,
"publishAttemptsPerWeekLimit": 5
}
}