How to search a specific dealFields

Hi Everyone I hope you’ll be great I have a question related on how to search an specific field in insomnia to update it with a PUT request.
I’m trying to search in this way but I get a err
This is an example trying to get the dealField with the name=unidad
{{ _.base_leads_url }}{{ _.deal_fields }}/search?name=unidad{{ _.api_token }}

but making this request this is the result

{
“status”: false,
“error”: “Unknown method .”
}

Hi @edisonjao5
Welcome to the community :wave: and thanks for being patient!

Can you share which endpoint you are referring to? Perhaps a documentation link should work.

AFAIK, deal fields don’t have search enabled. The closest you can get to is the getDealFields endpoint.