Skip to main content

createActivity

createActivity

Request Body REQUIRED
albumId uuid REQUIRED
assetId uuid
comment string
type string REQUIRED

Possible values: [comment, like]

Responses
201
Schema OPTIONAL
assetId string
comment string OPTIONAL
createdAt date-time
id string
type string

Possible values: [comment, like]

user object
avatarColor string

Possible values: [primary, pink, red, yellow, blue, green, purple, orange, gray, amber]

email string
id string
name string
profileImagePath string
createActivity
POST /activity
Body
Loading...
/api
curl -L -X POST '/api/activity' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'