This line always sets content_type_uid as literal 'uid':
|
return new Entry(http, { entry: entry, content_type_uid: 'uid', stackHeaders: data.stackHeaders }) |
Because of that it's not possible to use this library functions: entry.update(), entry.publish() and so on, because they have invalid urlPath.
This line always sets
content_type_uidas 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.