We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbd023 commit e0c051fCopy full SHA for e0c051f
src/api/routes/post-published.js
@@ -71,7 +71,7 @@ export default function (client) {
71
properties: {
72
status: {
73
type: 'string',
74
- const: 'draft'
+ enum: ['draft', 'scheduled']
75
}
76
77
0 commit comments