Add a new scope to the application configuration.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the app the request refers to. An application's unique identifier.
"54e9ujn"
"fvua38g"
A scope identifier. Must only contain lowercase letters, uppercase letters, numbers, or the following characters: . - _ :
^[a-zA-Z0-9.\-_:]+$"admin"
Created