Skip to main content
PATCH
Update share settings
Allows owners to toggle continuation, extend/shorten expiration, and tweak custom titles/descriptions. All fields are optional, and only the provided ones are persisted.

Request Body

Authorizations

Authorization
string
header
required

Auth0 access token for registered users.

Path Parameters

shareId
string
required

Share identifier returned by POST /api/v1/share.

Required string length: 8 - 64

Body

application/json
allowContinuation
boolean
expires_in_days
integer
Required range: 1 <= x <= 365
customTitle
string
Maximum string length: 200
customDescription
string
Maximum string length: 500

Response

Share updated.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required