Update an existing share

Performs a full update of a share identified by its share ID. First retrieves the current share data, then merges provided values with existing values (falling back to current values for any parameters not supplied). Returns null if the share is not found.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier of the share to update (used in the URL)

string
required

The ID value to set in the share body

string
required

The display name of the share

sharedContents
array of objects
required

Array of content objects included in the share

sharedContents*
sharedDuration
object
required

The duration configuration for the share

sharedPermissions
object
required

The permission settings for shared users

sharedType
object
required

The type of share

sharedStatus
object
required

The current status of the share

integer
required

The share duration expressed in hours

string
required
string
required

The ID of the user who owns the share

string
required

The expiration date/time of the share

string
required

The ID of the asset being shared

string
required
Responses
200

Success

400

Bad Request

401

The caller is not authenticated

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!