Skip to content
Snippets Groups Projects
Commit 594610ed authored by Andrzej Lisak's avatar Andrzej Lisak
Browse files

[ABW]: [Fix] actual pattern (the one commited previously was a temporary copy of another one)

parent fbc0c972
No related branches found
No related tags found
1 merge request!148Readme files to condenser_api calls
{ {
"code": -32602, "code": -32602,
"data": "limit = 251 outside valid range [1:250]", "data": "limit = 0 outside valid range [1:250]",
"message": "Invalid parameters" "message": "Invalid parameters"
} }
...@@ -5,9 +5,9 @@ params: ...@@ -5,9 +5,9 @@ params:
{ {
"start_tag":"{tag}", "start_tag":"{tag}",
optional, when given has to point to valid tag; paging mechanism (cuts out this and more paying categories) optional, when given has to point to valid tag; paging mechanism (cuts out this and more paying categories)
"limit":{number} "limit":{number}
optional, 1..250, default = 250 optional, 1..250, default = 250
} }
\ No newline at end of file
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