curl --request POST \
--url https://app.aptlystar.ai/api/v1/admin/starfish-settings \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"noOfBotsPerUser": 123,
"allowUserToCreateBots": true,
"allowUserToRegister": true,
"dynamicallyFetchOllamaModels": true,
"defaultChatModel": "<string>",
"defaultEmbeddingModel": "<string>",
"hideDefaultModels": true,
"ollamaURL": "<string>",
"usePuppeteerFetch": true
}'
{
"message": "<string>"
}
curl --request POST \
--url https://app.aptlystar.ai/api/v1/admin/starfish-settings \
--header 'Authorization: <authorization>' \
--header 'Content-Type: */*' \
--data '{
"noOfBotsPerUser": 123,
"allowUserToCreateBots": true,
"allowUserToRegister": true,
"dynamicallyFetchOllamaModels": true,
"defaultChatModel": "<string>",
"defaultEmbeddingModel": "<string>",
"hideDefaultModels": true,
"ollamaURL": "<string>",
"usePuppeteerFetch": true
}'
{
"message": "<string>"
}
Default Response
The response is of type object
.