---
title: "Update Next Steps settings"
method: PATCH
path: "/v3/next-steps/settings"
tags: ["Next Steps"]
---

# Update Next Steps settings

`PATCH /v3/next-steps/settings`

Sets the default refresh engine and/or turns the daily automatic refresh on or off. Only the fields you send are changed.

## Request body

- object
  - `teamId` string
  - `defaultEngine` 'data' | 'ai'
  - `autoSuggestions` boolean

## Response `200`

Default Response

- object
  - `defaultEngine` 'data' | 'ai', required
  - `autoSuggestions` boolean, required

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/snowseo/snowseo-api/revisions/86840800b2f3/schema)
