Skip to main content
POST
Create community post

Body

application/json
title
string
required

Short discussion title shown in the community feed

Required string length: 4 - 120
Example:

"Chart screenshot upload fails on mobile"

body
string
required

Main post body. Markdown is not interpreted by the first client.

Required string length: 12 - 4000
Example:

"When I attach a PNG screenshot from iOS, the upload fails before the post is created."

category
enum<string>
default:general

Community category bucket

Available options:
general,
bug-reports,
feature-requests
Example:

"bug-reports"

tags
string[]

Optional lightweight tags. Up to 5 tags, letters/numbers/hyphens only.

Maximum array length: 5
Required string length: 1 - 24
Pattern: ^[a-zA-Z0-9-]+$
Example:
imageUrls
string[]

Image URLs returned by POST /platform/v1/community/uploads. Up to 4 images per post.

Maximum array length: 4
Example:

Response

Community post created

success
boolean
Example:

true

message
string
Example:

"Community post created"

data
object