Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 5, 2024
1 parent 9ad02d0 commit cb881a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The schema objects have the following life cycles:
* For `Incident`: `INVESTIGATING`, `IDENTIFIED`, `MONITORING`, `RESOLVED`.
* For `Maintenance`: `NOTSTARTEDYET`, `INPROGRESS`, `COMPLETED`.

### Accounts Management
### Account Management

Accounts could only by created with security admin API key, which can
be set with `:application.set_env(:up, :security_admin, "secret")`.
Expand Down Expand Up @@ -102,7 +102,7 @@ $ curl -H "Auth: secret" -X GET "http://localhost:5010/account" ; echo
]
```

### Sites Managements
### Site Managements

```
$ curl -H "Auth: 01707128300216989000" -X GET "http://localhost:5010/sites/maxim-0012" ; echo
Expand Down

0 comments on commit cb881a5

Please sign in to comment.