added gitignore and fixed api specification for `/account/delete`
This commit is contained in:
parent
267c66d686
commit
d1b1532f43
|
@ -0,0 +1,5 @@
|
||||||
|
# IDE directories
|
||||||
|
.fleet
|
||||||
|
|
||||||
|
# Rust stuff
|
||||||
|
target
|
1
API.md
1
API.md
|
@ -96,7 +96,6 @@ Deletes the account.
|
||||||
#### HTTP Headers
|
#### HTTP Headers
|
||||||
| Header | Content |
|
| Header | Content |
|
||||||
|---------------|--------------------|
|
|---------------|--------------------|
|
||||||
| Content-Type | `application/json` |
|
|
||||||
| Authorization | `Bearer {token}` |
|
| Authorization | `Bearer {token}` |
|
||||||
|
|
||||||
#### Responses
|
#### Responses
|
||||||
|
|
Loading…
Reference in New Issue