Skip to content

Create Activity

POST
/admin/content-creators/{id}/activity
curl --request POST \
--url http://localhost:9000/admin/content-creators/example/activity \
--header 'Content-Type: application/json' \
--data '{ "type": "ContentCreatorActivityType.NOTE", "note": "example" }'
id
required
string
Media type application/json
object
type
required
string
default: ContentCreatorActivityType.NOTE
note
string
nullable

OK

Media type application/json
object
Example generated
{}