PATCH
/
v1
/
activities
/
{activityId}

Authorizations

x-api-key
string
headerrequired

The API key required for accessing protected routes. It should be included in the request headers as x-api-key.

Path Parameters

activityId
integer
required

The ID of the activity to update.

Body

application/json
title
string
required

The new title of the activity.

caption
string

The new caption for the activity.

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