Activities
Update an activity
Updates an existing activity.
PATCH
/
v1
/
activities
/
{activityId}
Authorizations
x-api-key
string
headerrequiredThe API key required for accessing protected routes. It should be included in the request headers as x-api-key
.
Path Parameters
activityId
integer
requiredThe ID of the activity to update.
Required range:
x > 1
Body
application/json
title
string
requiredThe new title of the activity.
Required string length:
1 - 100
caption
string
The new caption for the activity.
Required string length:
1 - 500
Response
200 - application/json
content
string | null
created_at
string
id
integer
image_id
integer | null
json
object | null
owner_address
string | null
title
string | null
tx_url
string | null
type
enum<string>
Available options:
PRODUCTION
, CONNECTED
, CONTRACT_DEPLOYED
, PRODUCT_DROPPED
, PRODUCT_TAPPED
, PRODUCT_REGISTERED
, PRODUCT_VAULTED
, PRODUCT_GRADED
, PRODUCT_REDEEMED
, PRODUCT_LISTED
, PRODUCT_SOLD
, ON_DISPLAY
, OWNER_POST
, CREATOR_POST
, CREATOR_UPGRADE
updated_at
string | null
video_id
integer | null
gallery
object[] | null
The gallery items related to the activity.
image
object
video
object