Skip to main content

CreateApiScope

Creates a new API scope.

Examples

Basic usage:

octo-cli -c CreateApiScope `
-n "myAPI.admin" `
-dn "Admin Access" `
-d "Full administrative access" `
-e "true"

Options

ShortLongRequiredDescription
-n--nameyesName of scope, must be unique
-e--enablednofalse for disabled, true for enabled.
-dn--displayNamenoDisplay name of scope
-d--descriptionnoDescription of API scope