POST Bot/ValidateCommandName

Request Information

URI Parameters

None.

Body Parameters

BotCommandNameForm
NameDescriptionTypeAdditional information
commandName

string

None.

commandId

integer

None.

wmid

string

None.

Request Formats

application/json, text/json

Sample:
{
  "commandName": "sample string 1",
  "commandId": 1,
  "wmid": "sample string 2"
}

Response Information

Resource Description

None.