/apps/{app_id}
PUT
/apps/{app_id}Request
Path Params
app_id
string
required
018d177f-fdb1-7f52-a11e-4f3379432c8a
Body Params application/json
aiConfig
optional
Any of
frequencyPenalty
number <float> | null
optional
Between -2.0 and 2.0 (defaults to 0.0).
Default:
null
model
string | null
optional
Which model to use.
Default:
null
presencePenalty
number <float> | null
optional
Between -2.0 and 2.0 (defaults to 0.0).
Default:
null
systemPrompt
string | null
optional
System prompt.
Default:
null
temperature
number <float> | null
optional
Between 0.0 and 2.0 (defaults to 1.0).
Default:
null
topP
number <float> | null
optional
Between 0.0 and 1.0 (defaults to 1.0).
Default:
null
blockId
string <uuid> | null
optional
description
string | null
optional
name
string | null
optional
teamReadable
boolean | null
optional
Example
{
"status": "archived"
}
Request samples
Responses
OK(200)
Bad Request(400)
413(413)
415(415)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
aiConfig
optional
Any of
frequencyPenalty
number <float> | null
optional
Between -2.0 and 2.0 (defaults to 0.0).
Default:
null
model
string | null
optional
Which model to use.
Default:
null
presencePenalty
number <float> | null
optional
Between -2.0 and 2.0 (defaults to 0.0).
Default:
null
systemPrompt
string | null
optional
System prompt.
Default:
null
temperature
number <float> | null
optional
Between 0.0 and 2.0 (defaults to 1.0).
Default:
null
topP
number <float> | null
optional
Between 0.0 and 1.0 (defaults to 1.0).
Default:
null
blockId
string <uuid>
required
createdAt
string <date-time>
required
description
string
required
id
string <uuid>
required
name
string
required
teamReadable
boolean
required
updatedAt
string <date-time>
required
Example
{
"aiConfig": {
"frequencyPenalty": null,
"model": null,
"presencePenalty": null,
"systemPrompt": null,
"temperature": null,
"topP": null
},
"blockId": "fcde1d7c-c9cf-4365-8b6f-51bb6a8bc460",
"createdAt": "2019-08-24T14:15:22.123Z",
"description": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"teamReadable": true,
"updatedAt": "2019-08-24T14:15:22.123Z"
}
Last modified: 9 days ago