mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
API Docs: Remove Dates from Tags in Example Responses
This commit is contained in:
parent
ca2d2c97d4
commit
3a39f13420
@ -24,16 +24,12 @@
|
||||
{
|
||||
"name": "Category",
|
||||
"value": "Top Content",
|
||||
"order": 0,
|
||||
"created_at": "2020-05-22T22:59:55.000000Z",
|
||||
"updated_at": "2020-05-22T22:59:55.000000Z"
|
||||
"order": 0
|
||||
},
|
||||
{
|
||||
"name": "Rating",
|
||||
"value": "Highest",
|
||||
"order": 0,
|
||||
"created_at": "2020-05-22T22:59:55.000000Z",
|
||||
"updated_at": "2020-05-22T22:59:55.000000Z"
|
||||
"order": 1
|
||||
}
|
||||
]
|
||||
}
|
@ -24,16 +24,12 @@
|
||||
{
|
||||
"name": "Category",
|
||||
"value": "Kinda Good Content",
|
||||
"order": 0,
|
||||
"created_at": "2020-05-22T23:07:20.000000Z",
|
||||
"updated_at": "2020-05-22T23:07:20.000000Z"
|
||||
"order": 0
|
||||
},
|
||||
{
|
||||
"name": "Rating",
|
||||
"value": "Medium",
|
||||
"order": 0,
|
||||
"created_at": "2020-05-22T23:07:20.000000Z",
|
||||
"updated_at": "2020-05-22T23:07:20.000000Z"
|
||||
"order": 1
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user