POST api/AdminSettingsSystem/AdmSaveGPTChat

AdmSaveGPTChat

Request Information

URI Parameters

None.

Body Parameters

SaveGPTChat_Request
NameDescriptionTypeAdditional information
GPTChatID

integer

None.

GPTChatActive

boolean

None.

ProductID

boolean

None.

CommentUUID

boolean

None.

FunUUID

boolean

None.

NotiffUUID

boolean

None.

ProductDescrID

boolean

None.

Name

boolean

None.

Meta

boolean

None.

Description

boolean

None.

Text

boolean

None.

TranslateID

boolean

None.

AnswerID

boolean

None.

QuestionID

boolean

None.

Translate

boolean

None.

model

string

None.

temperature

string

None.

System

string

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "GPTChatID": 1,
  "GPTChatActive": true,
  "ProductID": true,
  "CommentUUID": true,
  "FunUUID": true,
  "NotiffUUID": true,
  "ProductDescrID": true,
  "Name": true,
  "Meta": true,
  "Description": true,
  "Text": true,
  "TranslateID": true,
  "AnswerID": true,
  "QuestionID": true,
  "Translate": true,
  "model": "sample string 1",
  "temperature": "sample string 2",
  "System": "sample string 3",
  "UserUUIDCur": "a833604b-c259-4526-8690-27f87a81b1d5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}