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

Description

Update Revenue Description: The /revenue/{id} endpoint allows updating details of a specific revenue record. Authorization:
  • Required role: admin or higher
Method: PUT Path Parameter: Request Payload:

Code Examples

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Revenue ID

Body

application/json
title
string
amount
number
currency
string
source
enum<string>
Available options:
streaming,
sales,
licensing,
sync,
merchandise,
live_performance,
other
transactionDate
string<date-time>
splits
object[]
metadata
object
memo
string

Response

Success

message
string
revenue
object