mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-09-10 17:31:58 +03:00
API Docs: Remove id from Tag in Response
This commit is contained in:
@@ -57,7 +57,6 @@
|
|||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"id": 13,
|
|
||||||
"name": "Category",
|
"name": "Category",
|
||||||
"value": "Guide",
|
"value": "Guide",
|
||||||
"order": 0
|
"order": 0
|
||||||
|
@@ -19,7 +19,6 @@
|
|||||||
"updated_at": "2020-04-10T13:31:04.000000Z",
|
"updated_at": "2020-04-10T13:31:04.000000Z",
|
||||||
"tags": [
|
"tags": [
|
||||||
{
|
{
|
||||||
"id": 16,
|
|
||||||
"name": "Category",
|
"name": "Category",
|
||||||
"value": "Guide",
|
"value": "Guide",
|
||||||
"order": 0
|
"order": 0
|
||||||
|
Reference in New Issue
Block a user