Skip to content
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

Payload becomes empty when comma is missing #919

Open
ComLock opened this issue Jan 25, 2024 · 0 comments
Open

Payload becomes empty when comma is missing #919

ComLock opened this issue Jan 25, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@ComLock
Copy link
Member

ComLock commented Jan 25, 2024

Using http://localhost:8080/webapp/com.enonic.app.explorer/api/v2/documents

This works:

{
	"count": 1,
	"query": {
		"matchAll": {}
	}
}

This "fails" silently in that the reponse has default count of 10:

{
	"count": 1
	"query": {
		"matchAll": {}
	}
}
@ComLock ComLock self-assigned this Jan 25, 2024
@ComLock ComLock added the Bug Something isn't working label Jan 25, 2024
@ComLock ComLock removed their assignment Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant