DEVDOCS-5153: [update] Store Content, blog posts default to draft status#156
Merged
DEVDOCS-5153: [update] Store Content, blog posts default to draft status#156
Conversation
bc-andreadao
reviewed
Mar 5, 2024
bc-andreadao
reviewed
Mar 5, 2024
bc-andreadao
reviewed
Mar 5, 2024
bc-andreadao
reviewed
Mar 5, 2024
Contributor
bc-andreadao
left a comment
There was a problem hiding this comment.
I added a few suggestions you can take or leave
slsriehl
commented
Mar 6, 2024
Co-authored-by: bc-andreadao <96258747+bc-andreadao@users.noreply.github.com>
Contributor
Author
|
Thanks @bc-andreadao ! |
bc-tgomez
pushed a commit
that referenced
this pull request
Apr 26, 2024
…tus (#156) <!-- Ticket number or summary of work --> # [DEVDOCS-5153] ## What changed? <!-- Provide a bulleted list in the present tense --> * Add note to indicate that blog posts default to draft status on create and update. * clean up store_content.v2.yml ## Release notes draft <!-- Provide an entry for the release notes using simple, conversational language. Don't be too technical. Explain how the change will benefit the merchant and link to the feature. Examples: * The newly-released [X feature] is now available to use. Now, you’ll be able to [perform Y action]. * We're happy to announce [X feature], which can help you [perform Y action]. * [X feature] helps you to create [Y response] using the [Z query parameter]. Now, you can deliver [ex, localized shopping experiences for your customers]. * Fixed a bug in the [X endpoint]. Now the [Y field] will appear when you click [Z option]. --> * We've updated the blog feature specification to note that the `is_published` field defaults to false on both POST and PUT. Pass `true` to avoid reverting the post to draft status. ## Anything else? <!-- Add related PRs, salient notes, additional ticket numbers, etc. --> ping {names} [DEVDOCS-5153]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-5153?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Andrea Dao <andrea.dao@bigcommerce.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DEVDOCS-5153
What changed?
Release notes draft
is_publishedfield defaults to false on both POST and PUT. Passtrueto avoid reverting the post to draft status.Anything else?
ping {names}