Changed date format to unix seconds
This commit is contained in:
8
api.yaml
8
api.yaml
@@ -115,12 +115,12 @@ paths:
|
|||||||
name: from
|
name: from
|
||||||
schema:
|
schema:
|
||||||
type: string
|
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
|
- in: query
|
||||||
name: to
|
name: to
|
||||||
schema:
|
schema:
|
||||||
type: string
|
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
|
- in: query
|
||||||
name: authors
|
name: authors
|
||||||
schema:
|
schema:
|
||||||
@@ -349,10 +349,10 @@ components:
|
|||||||
description: Id of tags to add
|
description: Id of tags to add
|
||||||
created:
|
created:
|
||||||
type: string
|
type: string
|
||||||
description: A RFC3339 formatted date when the article was created
|
description: Date when the article was created, given in unix seconds
|
||||||
modified:
|
modified:
|
||||||
type: string
|
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
|
nullable: true
|
||||||
link:
|
link:
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user