Skip to content

Commit

Permalink
feat(vod): add highlighted field
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandebalthasar committed Sep 28, 2023
1 parent 784766b commit 4ec1143
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 3 additions & 0 deletions src/api/vod/content-types/vod/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-09-26T12:19:26.107Z"
"x-generation-date": "2023-09-28T07:28:21.329Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand All @@ -25,7 +25,7 @@
},
"servers": [
{
"url": "http://localhost:80/api",
"url": "http://localhost:1337/api",
"description": "Development server"
}
],
Expand Down Expand Up @@ -2389,6 +2389,9 @@
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -3344,6 +3347,9 @@
},
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
}
}
}
Expand Down Expand Up @@ -4418,6 +4424,9 @@
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -4526,6 +4535,9 @@
"media_url": {
"type": "string"
},
"highlighted": {
"type": "boolean"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/documentation/public/index.html

Large diffs are not rendered by default.

0 comments on commit 4ec1143

Please sign in to comment.