AgentsAgentidTests

Attach a set of tests to an agent. Duplicates in the list are allowed by design — each entry becomes its own attachment row.

POST
/agents/{agentId}/tests
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Path Parameters

agentId*string
Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://api.speaknode.com/api/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/tests" \  -H "Content-Type: application/json" \  -d '{}'
Empty