Update settings for a content item. For a list of all settings, see the
latest documentation
or the documentation for your server via connectapi::browse_api_docs().
Usage
content_update(content, ...)
content_update_access_type(content, access_type = c("all", "logged_in", "acl"))
content_update_owner(content, owner_guid)Details
Popular selections are content_update(access_type="all"),
content_update(access_type="logged_in") or
content_update(access_type="acl"), process settings, title, description,
etc.
content_update_access_type()is a helper to make it easier to change access_typecontent_update_owner()is a helper to make it easier to change owner
See also
Other content functions:
content_delete(),
content_item(),
content_title(),
create_random_name(),
dashboard_url(),
delete_thumbnail(),
delete_vanity_url(),
deploy_repo(),
get_bundles(),
get_environment(),
get_image(),
get_job(),
get_jobs(),
get_log(),
get_thumbnail(),
get_vanity_url(),
git,
has_thumbnail(),
permissions,
set_image_path(),
set_run_as(),
set_thumbnail(),
set_vanity_url(),
swap_vanity_url(),
swap_vanity_urls(),
terminate_jobs(),
verify_content_name()