Skip to main content
PATCH
Update one Feed search
CLI:

Overview

Update one Feed search This page documents patch /api/feed/{id}. Use the request and response sections on this page for accepted parameters, payload fields, response fields, and authentication behavior.

AI agent notes

  • Confirm the operation matches the user’s intent before calling it.
  • For write operations, confirm the user intends to change state.
  • Surface validation, permission, and not-found errors instead of retrying unchanged.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Body

application/json
expectedUpdatedAt
string
required
title
string
Required string length: 1 - 180
description
string
Maximum string length: 500
intent
string
Minimum string length: 1
sourcePlan
object
scheduleEnabled
boolean

Response

Search updated.