edit_field_instance: Edit fields of an instance

Description Usage Arguments Examples

View source: R/Collection.R

Description

Edit fields of an instance

Usage

1
2
3
4
5
6
7
8
9
edit_field_instance(
 username
 value
 folder_id
 release_id
 instance_id
 field_id
 token
)

Arguments

username

String containing a valid username

value

The new value of the field

folder_id

The ID of the folder to modify

release_id

Integer value representing a valid release ID

instance_id

The ID of the instance

field_id

The ID of the field

token

Token object obtained from authorize() or a string containing your personal access token

Examples

1
2
3
token <- authorize("key", "secret")
edit_field_instance(username = "username", value = "my_value", folder_id = 0,
                   release_id = 1000, instance_id = 1, field_id = 1, token = token)

Pascallio/discogsAPI documentation built on Dec. 31, 2020, 3:27 p.m.