From cb881a59236951a3e28f3369a42b6c4d1dfedfdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=BD=A2=E0=BE=A3=E0=BD=98=E0=BC=8B=E0=BD=91=E0=BD=82?= =?UTF-8?q?=E0=BC=8B=E0=BD=A6=E0=BE=9F=E0=BD=BC=E0=BD=93=E0=BC=8B=E0=BD=94?= Date: Mon, 5 Feb 2024 19:26:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ff017e..e70b3a1 100644 --- a/README.md +++ b/README.md @@ -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")`. @@ -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