We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This line always sets content_type_uid as literal 'uid':
content_type_uid
'uid'
contentstack-management-javascript/lib/stack/contentType/entry/index.js
Line 274 in 3850278
Because of that it's not possible to use this library functions: entry.update(), entry.publish() and so on, because they have invalid urlPath.
entry.update()
entry.publish()
urlPath
The text was updated successfully, but these errors were encountered:
Thanks for raising issue @MBO, We will work on the issue and update here once we are done with the changes.
Sorry, something went wrong.
Variants entry getting None response issue fixed (#10)
7b57e47
7da938d
Successfully merging a pull request may close this issue.
This line always sets
content_type_uid
as literal'uid'
:contentstack-management-javascript/lib/stack/contentType/entry/index.js
Line 274 in 3850278
Because of that it's not possible to use this library functions:
entry.update()
,entry.publish()
and so on, because they have invalidurlPath
.The text was updated successfully, but these errors were encountered: