Skip to main content
PUT
/
searches
put-search
curl --request PUT \
  --url https://api.example.com/searches

Documentation Index

Fetch the complete documentation index at: https://docs.theary.ai/llms.txt

Use this file to discover all available pages before exploring further.

put-search

No description available.

Request Body

Required
{
  "$ref": "#/components/schemas/UpdateSearchDto"
}

Response

200

No description available.

Example Request

PUT /searches
{}```