Is it possible to create content with status as "Live" and skip the review process using the /content/v2/create API? #231
Answered
by
pallakartheekreddy
vijaykhollam
asked this question in
Q&A
-
I am trying to use the /content/v2/create API to create content with a "Live" status directly. However, when I pass status: "Live" in the request payload, I receive the following error: "Properties in list [status, dialcodes] are not allowed in request" API Request: Here’s the request payload I am using:
API Documentation Reference: I am referring to the documentation for the /content/v2/create API: Questions:
Any help or insights would be appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Answered by
pallakartheekreddy
Nov 25, 2024
Replies: 1 comment 1 reply
-
@vijaykhollam
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vijaykhollam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vijaykhollam
Thank you for your question!
/content/v2/create
API does not allow the status field to be included in the request payload. The status is managed by the system based on the content lifecycle, and it cannot be set toLive
directly during content creation.