Changed date format to unix seconds

This commit is contained in:
2022-01-23 15:59:36 +01:00
parent 40662f31fd
commit f8b16faa17

View File

@@ -115,12 +115,12 @@ paths:
name: from
schema:
type: string
description: A RFC3339 formatted date to start searching when articles are older than specified
description: Date to start searching when the article was created or modified, given in unix seconds
- in: query
name: to
schema:
type: string
description: A RFC3339 formatted date to stop searching when articles are older than specified
description: Date to end searching when the article was created or modified, given in unix seconds
- in: query
name: authors
schema:
@@ -349,10 +349,10 @@ components:
description: Id of tags to add
created:
type: string
description: A RFC3339 formatted date when the article was created
description: Date when the article was created, given in unix seconds
modified:
type: string
description: A RFC3339 formatted date when the article was modified
description: Date when the article was last modified, given in unix seconds
nullable: true
link:
type: string