Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Baecher committed Feb 26, 2018
1 parent 97b4c6c commit 52e45df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The command endpoint is for manipulating data.
| `POST` | `/api/events/user` | `{"username":"admin","password":"secret"}` | Create a new user. |
| `POST` | `/api/events/feature_toggled` | `{"feature":"feature1","environment":"staging","status":true}` | Toggle a feature. |
| `POST` | `/api/events/feature_deleted` | `{"name":"feature1"}` | Delete a feature. |
| `POST` | `/api/events/environments_ordered`| `{"order":["dev","staging"]}` | Change env display order. |

## Client

Expand Down

0 comments on commit 52e45df

Please sign in to comment.