/social/share/update/binary/{id}/{title}/{description} (POST)
Updates a binary file already in the share collection
See social/share/add/binary for a more detailed explanation of how binary files work.
A simple web-based utility is available for performing many share management activities.
Note that updating a share unendorses it for all communities for which the logged-in user is not a moderator.
Authentication
Not required (this call gives auth)
Arguments
id (required)
id of the existing binary share you want to replace
title (required)
a title of the binary file you are adding
description (required)
the description of the binary file you are adding
binary (required)
byte steam you want to save
Example
See this example in Java for how to share a file. It only needs modified to call update instead of add and to supply a share id.
Example Response