API Docs: Remove Dates from Tags in Example Responses

This commit is contained in:
Thomas Kuschan 2023-06-30 09:24:46 +02:00
parent ca2d2c97d4
commit 3a39f13420
2 changed files with 4 additions and 12 deletions

View File

@ -24,16 +24,12 @@
{ {
"name": "Category", "name": "Category",
"value": "Top Content", "value": "Top Content",
"order": 0, "order": 0
"created_at": "2020-05-22T22:59:55.000000Z",
"updated_at": "2020-05-22T22:59:55.000000Z"
}, },
{ {
"name": "Rating", "name": "Rating",
"value": "Highest", "value": "Highest",
"order": 0, "order": 1
"created_at": "2020-05-22T22:59:55.000000Z",
"updated_at": "2020-05-22T22:59:55.000000Z"
} }
] ]
} }

View File

@ -24,16 +24,12 @@
{ {
"name": "Category", "name": "Category",
"value": "Kinda Good Content", "value": "Kinda Good Content",
"order": 0, "order": 0
"created_at": "2020-05-22T23:07:20.000000Z",
"updated_at": "2020-05-22T23:07:20.000000Z"
}, },
{ {
"name": "Rating", "name": "Rating",
"value": "Medium", "value": "Medium",
"order": 0, "order": 1
"created_at": "2020-05-22T23:07:20.000000Z",
"updated_at": "2020-05-22T23:07:20.000000Z"
} }
] ]
} }