mirror of
https://github.com/go-shiori/shiori.git
synced 2025-09-06 13:05:30 +08:00
docs: fix remember represented as a number instead of a bool (#472)
Changed in pull request: https://github.com/go-shiori/shiori/pull/346
This commit is contained in:
parent
3deeda7151
commit
39cb64222f
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ Body:
|
|||
{
|
||||
"username": "shiori",
|
||||
"password": "gopher",
|
||||
"remember": 1,
|
||||
"remember": true,
|
||||
"owner": true
|
||||
}
|
||||
```
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
],
|
||||
"body": {
|
||||
"mode": "raw",
|
||||
"raw": "{\n\t\"username\": \"shiori\",\n\t\"password\": \"gopher\",\n\t\"remember\": 1,\n\t\"owner\": true\n}"
|
||||
"raw": "{\n\t\"username\": \"shiori\",\n\t\"password\": \"gopher\",\n\t\"remember\": true,\n\t\"owner\": true\n}"
|
||||
},
|
||||
"url": {
|
||||
"raw": "{{host}}/api/login",
|
||||
|
@ -509,4 +509,4 @@
|
|||
"type": "string"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue