diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/swagger.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index e0a61012a..44e0cba15 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -5582,11 +5582,11 @@ paths: in: query name: max_id type: string - - description: Return only statuses *NEWER* than the given since status ID. The status with the specified ID will not be included in the response. + - description: Return only statuses *newer* than the given since status ID. The status with the specified ID will not be included in the response. in: query name: since_id type: string - - description: Return only statuses *NEWER* than the given since status ID. The status with the specified ID will not be included in the response. + - description: Return only statuses *immediately newer* than the given since status ID. The status with the specified ID will not be included in the response. in: query name: min_id type: string |