Skip to content

Commit fb1da9f

Browse files
committed
Ignored newsletter instead of newsletter_id in posts
refs https://github.com/TryGhost/Team/issues/1569 When sending requests to the posts API endpoints. Ignore the use of newsletter in the body. You can only set the newsletter via options when publishing posts.
1 parent 306447b commit fb1da9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/admin-api-schema/lib/canary/posts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
"frontmatter": {
192192
"strip": true
193193
},
194-
"newsletter_id": {
194+
"newsletter": {
195195
"strip": true
196196
}
197197
}

0 commit comments

Comments
 (0)