Skip to content

Commit

Permalink
feat(vod): adding media_url field
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 26, 2023
1 parent e3bb906 commit 784766b
Show file tree
Hide file tree
Showing 4 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 @@ -48,6 +48,9 @@
"SHOW",
"SERIE"
]
},
"media_url": {
"type": "string"
}
}
}
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-19T15:23:32.163Z"
"x-generation-date": "2023-09-26T12:19:26.107Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down Expand Up @@ -2386,6 +2386,9 @@
"SERIE"
]
},
"media_url": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -3338,6 +3341,9 @@
"SHOW",
"SERIE"
]
},
"media_url": {
"type": "string"
}
}
}
Expand Down Expand Up @@ -4409,6 +4415,9 @@
"SERIE"
]
},
"media_url": {
"type": "string"
},
"createdAt": {
"type": "string",
"format": "date-time"
Expand Down Expand Up @@ -4514,6 +4523,9 @@
"SERIE"
]
},
"media_url": {
"type": "string"
},
"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.

Large diffs are not rendered by default.

0 comments on commit 784766b

Please sign in to comment.