diff options
Diffstat (limited to 'templates/swagger/v1_json.tmpl')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index de774de9fb..a2baac1364 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -3196,9 +3196,17 @@ }, { "type": "string", + "format": "date-time", "description": "if provided, only comments updated since the provided time are returned.", "name": "since", "in": "query" + }, + { + "type": "string", + "format": "date-time", + "description": "if provided, only comments updated before the provided time are returned.", + "name": "before", + "in": "query" } ], "responses": { @@ -3652,9 +3660,17 @@ }, { "type": "string", + "format": "date-time", "description": "if provided, only comments updated since the specified time are returned.", "name": "since", "in": "query" + }, + { + "type": "string", + "format": "date-time", + "description": "if provided, only comments updated before the provided time are returned.", + "name": "before", + "in": "query" } ], "responses": { |