We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4938ebb commit ad8868dCopy full SHA for ad8868d
docs/index.md
@@ -53,7 +53,7 @@ php artisan igniter:api-token --name=my_device --email=my_email
53
Or, by sending a POST request to: `https://your-tastyigniter-site.com/api/token`
54
55
```bash
56
-curl -X POST --data "username=my_user&password=my_password&device_name=my_device" https://your-tastyigniter-site.com/api/token
+curl -X POST --data "email=my_email&password=my_password&device_name=my_device" https://your-tastyigniter-site.com/api/token
57
```
58
59
The post data should contain the following fields:
0 commit comments