Save Config
PUT/config-svc/config
Save the provided configuration to the server
Request
- application/json
Body
required
Save Config Request
- This flag drives a minor UX feature:
- if the user has not installed the runtime we show an INSTALL
- button, but if the user has already installed the runtime we show
- we show a START runtime button.
config
object
app
object
loggingDisabled boolean
directory string
download
object
downloadFolder string
isRuntimeInstalled boolean
model
object
currentModelId string
Responses
- 200
- 401
- 500
Save Config Response
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Unauthorized
- application/json
- Schema
Schema
string
Internal Server Error
- application/json
- Schema
Schema
string
Loading...