Create Message Board

From KickApps Documentation

Jump to: navigation, search

This API creates a new message board.

URL

/mb/forum/create/{as}

Parameters

  • title - the title of the newly created message board.
  • description - a description of the newly created message board.

Payload

  • Only admins can add Forums(Webmaster,Admin,Editor,Kickadmin) - an Insufficient user permissions for this action message is returned.
  • Check for length of title 3 to 100 - the title must be between 3 to 100 characters.
  • Duplicate name error - the title you have entered already exists. Enter a different title name.
  • The description length must not be greater than 250 chars.
  • forumId is returned in payload if successful.