-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The data
field missing in API spec (collections.yaml)
#1317
Labels
documentation
Improvements or additions to documentation
Comments
Tagging @rohansh-tty who contributed the collection to the repo. |
One more place where
And this is the real JSON response:
|
rohansh-tty
added a commit
to rohansh-tty/listmonk
that referenced
this issue
May 10, 2023
ai-armageddon
pushed a commit
to Twitter-outreach/ListMonk
that referenced
this issue
Mar 11, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version:
The API specification in collections.yaml contains multiple errors:
There are many places where the
data
field is missing in the API response.Here an example (line 700 in collections.yaml):
This creates the following documentation, see screenshot:

But this is all wrong, see the actual response from Listmonk (mind the
data
field in response):There are many places in collections.yaml where the
data
field is missing!I know about these places:
POST /lists
GET /lists/{list_id}
PUT /lists/{list_id}
Please check the collections.yaml, as far as I understand this
data
field should be in each and every responseThe text was updated successfully, but these errors were encountered: