Small docs update

This commit is contained in:
Michael Jackson 2018-06-16 08:47:41 -07:00
parent ac9ab40c48
commit ba05a5f90a
1 changed files with 7 additions and 5 deletions

View File

@ -40,7 +40,7 @@ Required scope: none
Query parameters:
* `token` - The auth token to verify and decode
* `token` - The auth token to verify and decode (required)
Example:
@ -83,7 +83,9 @@ Returns a list of all packages that are currently blacklisted.
Required scope: `blacklist.read`
Query parameters: none
Query parameters:
* `token` - The auth token (required)
Example:
@ -102,8 +104,8 @@ Required scope: `blacklist.add`
Body parameters:
* `token` - The auth token
* `packageName` - The package to add to the blacklist
* `token` - The auth token (required)
* `packageName` - The package to add to the blacklist (required)
Example:
@ -122,7 +124,7 @@ Required scope: `blacklist.remove`
Body parameters:
* `token` - The auth token
* `token` - The auth token (required)
Example: