v1

latestOpenAPI 3.0.12026-06-115557102.5 KB

Create a new scope

Creates a new scope

post/scopes

Request body

scopestring required

The name of a scope. This must not be @ prefixed.

descriptionstring required

The description of the scope.

Example request

{
  "scope": "denoland"
}

Response

OK

scopestring required

The name of a scope. This must not be @ prefixed.

descriptionstring required

The description of the scope.

createdAtstring date-time required

The date and time when the scope was created.

updatedAtstring date-time required

The date and time when the scope was last updated.

Example response

{
  "scope": "denoland"
}
All 55 operations