Add eksplisit boolean to teks
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"url": "https://o-k-i.net"
|
||||
},
|
||||
"license": null,
|
||||
"x-generation-date": "05/26/2021 11:36:32 PM"
|
||||
"x-generation-date": "05/28/2021 4:36:05 PM"
|
||||
},
|
||||
"x-strapi-config": {
|
||||
"path": "/dokiman",
|
||||
@@ -991,6 +991,9 @@
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"eksplisit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"published_at": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1369,6 +1372,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"eksplisit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"published_at": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
@@ -1488,6 +1494,9 @@
|
||||
"user": {
|
||||
"type": "string"
|
||||
},
|
||||
"eksplisit": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"published_at": {
|
||||
"type": "string",
|
||||
"format": "date-time"
|
||||
|
||||
Reference in New Issue
Block a user