cURL
curl --request PATCH \ --url https://dash.superagentes.ai/api/agents/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "modelName": "groq", "temperature": 123, "systemPrompt": "<string>", "userPrompt": "<string>", "visibility": "public" }'
{ "id": "<string>", "name": "<string>", "description": "<string>", "modelName": "groq", "temperature": 123, "visibility": "public", "systemPrompt": "<string>", "userPrompt": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sucesso
The response is of type object.
object