mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-21 11:30:27 -05:00
fix: adds api v1/responses docs for limit and skip parameters (#6314)
This commit is contained in:
@@ -4510,12 +4510,33 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "The ID of the survey to fetch responses for",
|
||||
"example": "{{surveyId}}",
|
||||
"in": "query",
|
||||
"name": "surveyId",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "Number of items to return",
|
||||
"example": "{{limit}}",
|
||||
"in": "query",
|
||||
"name": "limit",
|
||||
"schema": {
|
||||
"minimum": 0,
|
||||
"type": "integer"
|
||||
}
|
||||
},
|
||||
{
|
||||
"description": "Number of items to skip",
|
||||
"example": "{{skip}}",
|
||||
"in": "query",
|
||||
"name": "skip",
|
||||
"schema": {
|
||||
"minimum": 0,
|
||||
"type": "integer"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
Reference in New Issue
Block a user