40 lines
750 B
Plaintext
40 lines
750 B
Plaintext
meta {
|
|
name: Creates a new Completion Config object.
|
|
The created Completion Config object is owned by the currently logged-in user.
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/api/v2/CompletionConfig/:strToken
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strToken:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"completionConfigID": "",
|
|
"configName": "",
|
|
"description": "",
|
|
"provider": "",
|
|
"endPoint": "",
|
|
"apiKey": "",
|
|
"model": "",
|
|
"questionAnsweringEnabled": "",
|
|
"importExportEnabled": "",
|
|
"deepThoughtEnabled": "",
|
|
"ownerUserID": "",
|
|
"ownerUserName": "",
|
|
"ownerTenantName": "",
|
|
"visibleToTenantUsers": "",
|
|
"visibleToOtherUsers": "",
|
|
"useAsDefault": "",
|
|
"chargeable": "",
|
|
"applyTo": ""
|
|
}
|
|
}
|