From d165857666386ea8ada366b4f8fc12359511903a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 2 May 2024 13:17:54 +0200 Subject: [PATCH] Fix FLEXIAPI-171 Fix README documentation for CreateAdminAccount --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6f1cd1..973a1dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ v1.5 ---- +- Fix FLEXIAPI-171 Fix README documentation for CreateAdminAccount - Fix FLEXIAPI-170 Fix undefined variable apiKey in CreateAdminAccount - Fix FLEXIAPI-168 Add POST /accounts/me/email to confirm the email change - Fix FLEXIAPI-167 Add the handling of a custom identifier for the JWT tokens on top of the email one diff --git a/README.md b/README.md index f06c180..2614ecb 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Create an admin account, an API Key will also be generated along the way, it mig If no parameters are put, a default admin account will be created. - php artisan accounts:create-admin-account {--u|username=} {--p|password=} {--d|domain=} + php artisan accounts:create-admin-account {-u|username=} {-p|password=} {-d|domain=} ### Clear the expired API Keys