mirror of
https://github.com/knadh/listmonk.git
synced 2025-01-01 19:53:38 +08:00
Remove incorrect API def from docs. Closes #1658.
This commit is contained in:
parent
7067f05c17
commit
9109097aaa
1 changed files with 1 additions and 9 deletions
|
@ -2,9 +2,8 @@
|
|||
|
||||
| Method | Endpoint | Description |
|
||||
| ------ | --------------------------------------------------------------------------------------- | ---------------------------------------------- |
|
||||
| GET | [/api/subscribers](#get-apisubscribers) | Retrieve all subscribers. |
|
||||
| GET | [/api/subscribers](#get-apisubscribers) | Query and retrieve subscribers. |
|
||||
| GET | [/api/subscribers/{subscriber_id}](#get-apisubscriberssubscriber_id) | Retrieve a specific subscriber. |
|
||||
| GET | [/api/subscribers/lists/{list_id}](#get-apisubscriberslistslist_id) | Retrieve subscribers in a specific list. |
|
||||
| POST | [/api/subscribers](#post-apisubscribers) | Create a new subscriber. |
|
||||
| POST | [/api/public/subscription](#post-apipublicsubscription) | Create a public subscription. |
|
||||
| PUT | [/api/subscribers/lists](#put-apisubscriberslists) | Modify subscriber list memberships. |
|
||||
|
@ -184,13 +183,6 @@ curl -u 'username:password' 'http://localhost:9000/api/subscribers/1'
|
|||
|
||||
______________________________________________________________________
|
||||
|
||||
#### GET /api/subscribers/lists/{list_id}
|
||||
|
||||
Retrieve subscribers in a specific list.
|
||||
|
||||
> Refer to the response structure in [GET /api/subscribers](#get-apisubscribers).
|
||||
|
||||
______________________________________________________________________
|
||||
|
||||
#### POST /api/subscribers
|
||||
|
||||
|
|
Loading…
Reference in a new issue