Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/share/update/binary/{id}/{title}/{description}
Info

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