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