Community
Adds a new content section to a community app.
Sample request:
POST /api/v1/community/{appid}/content
{
"Order": 1,
"Title": "Some Title",
"Content": "Some markdown content"
}
post/api/v1/community/{appId}/content
Path parameters
appIdinteger required
The id for the particular community app.
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.