POST api/AdminSettingsSystem/AdmGetGPTChatRepeat

AdmGetGPTChatRepeat

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": "d68a93a1-a823-4e9f-b738-56143aafaa55",
  "RepeatWord": "sample string 1",
  "LanguageID": 1,
  "RepeatActive": true,
  "UserUUIDCur": "8242c792-6f67-440e-81e6-c8afdc532615"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]