Solved
Forum Discussion
vishwajeet_hol
10 years agoExpert
That meance I can not set this property at the the time of board creation through rest API call.
Correct ?
Hi,
not sure what you mean. You can set that via REST at creation time, but you would need to invoke 2 calls, 1 to create the board and 1 to set the flag to true:
http://<community>/restapi/vc/categories/id/<category_id>/nodes/type/key/blog/add?blog.id=<blog_id>&blog.title=<title>
http://<community>/restapi/vc/boards/id/<blog_id>/settings/name/config.hidden/set?value=true
If for some reason you're only able to perform 1 call, then no it's not possible.
Related Content
- 4 years agoInactive User
- 2 years ago
- 11 months ago