Added send_email_when_published to post input schema

no-issue

This is required to allow us to send the flag into the api
This commit is contained in:
Fabien O'Carroll 2019-11-04 12:03:24 +07:00
parent 3fc3c52dd3
commit a30caa5c66

View File

@ -37,6 +37,9 @@
"type": "string",
"enum": ["published", "draft", "scheduled"]
},
"send_email_when_published": {
"type": "boolean"
},
"locale": {
"type": ["string", "null"],
"maxLength": 6