Fix FLEXIAPI-171 Fix README documentation for CreateAdminAccount

This commit is contained in:
Timothée Jaussoin 2024-05-02 13:17:54 +02:00
parent 3a9e62394c
commit d165857666
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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