mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated Excel and VBA (markdown)
parent
467d4dab52
commit
152274945e
1 changed files with 4 additions and 2 deletions
|
|
@ -12,9 +12,11 @@ For example, with using curl, you first login with admin credentials,
|
|||
by sending username and password to url.
|
||||
Change your server url etc details to below:
|
||||
|
||||
Login with as JSON https://github.com/wekan/wekan/wiki/REST-API#example-call---as-json
|
||||
```
|
||||
curl http://localhost:3000/users/login \
|
||||
-d "username=USER&password=PASSWORD"
|
||||
curl -H "Content-type:application/json" \
|
||||
http://localhost:3000/users/login \
|
||||
-d '{ "email": "my@email.com", "password": "mypassword" }'
|
||||
```
|
||||
=>
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue