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": "543d7636-fa1b-40e1-a623-03b008b84678",
  "RepeatWord": "sample string 1",
  "LanguageID": 1,
  "RepeatActive": true,
  "UserUUIDCur": "dc8fa0f6-0b67-4a4f-9f8d-842c69a03dfc"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}