Skip to main content
PUT
Update data share
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
integer
required

Body

application/json
filterType
enum<string>
Available options:
isrc,
upc,
label,
catalog
filterMode
enum<string>
Available options:
include,
exclude
filterValues
string[]
feeRate
number | null
feeType
enum<string>
Available options:
percentage,
fixed
notes
string | null
isActive
boolean

Response

Data share updated

status
string
Example:

"success"

message
string
Example:

"Data share updated"

data
object