collection_update: update collection

View source: R/collections.R

collection_updateR Documentation

update collection

Description

Update collection options - all fields are optional

Usage

collection_update(
  repositoryid = NULL,
  title = NULL,
  short_text = NULL,
  long_text = NULL,
  thumbnail = NULL,
  weight = NULL,
  section = NULL,
  ispublished = NULL,
  api_key = NULL,
  api_base_url = NULL
)

Arguments

repositoryid

(Required) Collection ID to be updated

title

Title of the collection

short_text

Short description of the collection

long_text

Long description of the collection

thumbnail

Thumbnail file path

weight

Weight

section

Section

ispublished

Set collection status - 1 = Published, 0 = Unpublished


mah0001/nadar documentation built on March 30, 2024, 2:44 a.m.