Description Usage Arguments Examples
Edit fields of an instance
1 2 3 4 5 6 7 8 9 | edit_field_instance(
username
value
folder_id
release_id
instance_id
field_id
token
)
|
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 |
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.