Created
January 27, 2016 19:48
-
-
Save mdelano/dd4b36cade1d6a16459f to your computer and use it in GitHub Desktop.
MediaSilo QuickLink Payload Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "My New QuickLink", | |
"description": "Assets for Review", | |
"assetIds": ["1111-1111-1111-1111-1111111"], | |
"configuration": { | |
"settings": [{ | |
"key": "allow_download", | |
"value": "false" | |
}, { | |
"key": "show_metadata", | |
"value": "false" | |
}, { | |
"key": "audience", | |
"value": "password" | |
}, { | |
"key": "password", | |
"value": "" | |
}, { | |
"key": "allow_feedback", | |
"value": "true" | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
allow_download: This setting enables/disables the ability to download the assets in a given quicklink
show_metadata: Toggles the visibility of the metadata in the quicklink
allow_feedback Toggles commenting on the quicklink. If allow_feedback is disabled then no comments are allowed on the quicklink
audience: [public, password, private]
password: the passowrd value used when the quicklink audience is set to password