POST api/AdminSettingsSystem/AdmSaveGPTChatRepeat

AdmSaveGPTChatRepeat

Request Information

URI Parameters

None.

Body Parameters

GetGPTChatRepeat_Request
NameDescriptionTypeAdditional information
GPTChatRepeatUUID

globally unique identifier

None.

RepeatWord

string

None.

LanguageID

integer

None.

RepeatActive

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "GPTChatRepeatUUID": "d5205b3d-d00a-4a2c-88f8-61c4d36d4fd7",
  "RepeatWord": "sample string 1",
  "LanguageID": 1,
  "RepeatActive": true,
  "UserUUIDCur": "ad9d46fe-53cf-423c-a2e1-71f1cc2f036a"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}