Make an article private (draft only?)
fs_make_private(article_id, session = fs_get_auth())
article_id
: the id number of the articlesession
: (optional) the authentication credentials from fs_auth
. If not provided, will attempt to load from cache as long as fs_auth
has been run.output of PUT request (invisibly)
## Not run: fs_make_private(123) ## End(Not run)
fs_auth
Carl Boettiger cboettig@gmail.com
Useful links