Description Usage Arguments Details Examples
Edit a folder’s metadata.
1 2 3 4 5 6 | edit_collection_folder(
username,
folder_id
token,
name = ""
)
|
username |
String containing a valid username |
folder_id |
Valid identifier for a folder |
token |
Token object obtained from authorize() or a string containing your personal access token |
name |
(optional) Name for the folder |
Folders 0 and 1 cannot be renamed. Authentication as the collection owner is required.
1 2 | token <- authorize("key", "secret")
edit_collection_folder("username", 3, token, name = "new_folder_name")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.