Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

/social/share/update/binary/{id}/{title}/{description} (POST)

Updates a binary file already in the share collection 

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

 

 

  • No labels