verify_content_name: Verify Content Name

View source: R/content.R

verify_content_nameR Documentation

Verify Content Name

Description

Ensures that a content name fits the specifications / requirements of Posit Connect. Throws an error if content name is invalid. Content names (as of the time of writing) must be between 3 and 64 alphanumeric characters, dashes, and underscores

Usage

verify_content_name(name)

Arguments

name

The proposed content name

Value

The name (or an error if invalid)

See Also

connectapi::create_random_name

Other content functions: acl_add_user(), content_delete(), content_item(), 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()


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