Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "param": {
  3. "contentType": "<insert here the content type, might be IMAGE, VIDEO, AUDIO or DOCUMENT>",
  4. "contentOpt": {
  5. "initAllLocales": false,
  6. "basicInfoByLocale": [{
  7. "locale": "<insert here the locale to be set, e.g.: EN for english>",
  8. "name": "<insert here the title of the content>",
  9. "description": "<insert here the description of the content>",
  10. "prettyId": "<insert here an ID for this content to be used on url and other web services>"
  11. }],
  12. "linkedCategoryIds": [
  13. "<insert here the categoryId of the folder in which you want to publish the content>"
  14. ]
  15. }
  16. },
  17. "sources": [{
  18. "repo": {
  19. "repositoryFileId": "<insert here the repository file Id returned by the uploadFile request>"
  20. }
  21. }],
  22. "silentMode": false
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement