Add custom identifier to an existing item
Source:R/item_update_identifier.R
item_update_identifier.Rd
Adds or updates an item's alternative identifier. This can add
additional identifiers or update those already in place. See
query_item_identifier
for finding items based on alternative
identifier.
Examples
if (FALSE) {
initialize_sciencebase_session()
item_update_identifier("5485fd99e4b02acb4f0c7e81", "scheme", "type", "key")
}