content_item: Get Content Item

View source: R/content.R

content_itemR Documentation

Get Content Item

Description

Returns a single content item based on guid

Usage

content_item(connect, guid)

Arguments

connect

A Connect object

guid

The GUID for the content item to be retrieved

Value

A Content object for use with other content endpoints

See Also

Other content functions: acl_add_user(), content_delete(), content_title(), content_update(), create_random_name(), dashboard_url_chr(), dashboard_url(), delete_vanity_url(), deploy_repo(), get_acl_user(), get_bundles(), get_environment(), get_image(), get_jobs(), get_vanity_url(), git, permissions, set_image_path(), set_run_as(), set_vanity_url(), swap_vanity_url(), verify_content_name()

Examples

## Not run: 
  connect() %>%
    content_item("some-guid") %>%
    content_update_access_type("all")

## End(Not run)

connectapi documentation built on Feb. 16, 2023, 7:46 p.m.