Skip to content
Snippets Groups Projects
Commit 03209718 authored by Mykyta Savchuk's avatar Mykyta Savchuk
Browse files

update docs with 413 response

parent d9163728
No related branches found
No related tags found
1 merge request!491handle too long response from elasticsearch
......@@ -27,6 +27,7 @@
- [Query With Cursor](#query-with-cursor)
- [Get indexing status](#get-indexing-status)
- [Version info endpoint](#version-info-endpoint)
- [Known limitations](#known-limitations)
## Introduction <a name="introduction"></a>
......@@ -1001,4 +1002,8 @@ This endpoint takes information from files generated by `spring-boot-maven-plugi
- `version.info.buildPropertiesPath`
- `version.info.gitPropertiesPath`
## Known limitations <a name="known-limitations"></a>
- The maximum content length of the elasticsearch response is 100Mb. If the response length exceeds 100Mb, a 413 status code will be returned without any search results.
[Back to table of contents](#TOC)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment