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: content_delete(), content_title(), content_update(), create_random_name(), dashboard_url(), dashboard_url_chr(), delete_vanity_url(), deploy_repo(), 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)

rstudio/connectapi documentation built on June 12, 2024, 5 a.m.