Community

Updates a community app.

Sample request:

PUT /api/v1/community/{appid}
{
   "MoreDetailsContent": "Some markdown content"
}
put/api/v1/community/{appId}

Path parameters

appIdinteger required

The id of the community app to update.

Request body

communityAppIdinteger
namestring nullable
appLogoUrlstring nullable
tagsstring[] nullable
appState0 | 1 | 2
requestInfoEmailstring nullable
ownerUserIdstring nullable
ownerCompanyIdstring nullable
slugstring nullable
moreDetailsContentstring nullable
createdOnstring date-time
createdByUserIdstring nullable
lastModifiedOnstring date-time
lastModifiedUserIdstring nullable
publishedOnstring date-time
publishedByUserIdstring nullable
isOwnedByUserboolean
ownerSlugstring nullable
ownerDisplayNamestring nullable

Response

OK

Changes

No recorded changes to this endpoint across all 1 revision of this API.