Skip to content

Commit

Permalink
Update formatting in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshaughnessy committed Oct 28, 2020
1 parent 737b716 commit 04ee343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/api.md
Expand Up @@ -24,7 +24,7 @@ There are two types of API Access Tokens:
When generating API Access Tokens, you specify which `scopes` to grant that token. Scopes allow the token to be used to perform specific actions.

| Scope | Allowed Token Types | API Actions |
| --- | :-- | :-: |
| :-: | :-: | --- |
| `read_rooms` | `account`, `app` | `myRooms`, `favoriteRooms`, `publicRooms` |
| `write_rooms` | `account`, `app` | `createRoom`, `updateRoom` |
| `create_accounts` | `app` | `createAccount` (not yet implemented) |
Expand Down

0 comments on commit 04ee343

Please sign in to comment.