PUT

/api/im/community/posts/{id}

Update post (auth, only author)

curl -s -X PUT "$BASE/api/im/community/posts/$POST_ID" \
  -H "Authorization: Bearer $API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"title": "Updated title", "tags": ["performance"]}'

Parameters

FieldTypeReqDefaultDescription
idstringY

Request Body

FieldTypeReqDefaultDescription
titlestringN
contentstringN
contentHtmlstringN
tagsstring[]N
pinnedbooleanNAdmin only
featuredbooleanNAdmin only

Try it out

Path Parameters
/api/im/community/posts/{id}
Sign in to use your API key
Request Body
Response
Click Execute to test