## Test **post** `/api/promptly/sources/{sourceId}/test` Verify the source connection is working properly ### Path Parameters - `sourceId: string` ### Returns - `message: optional string` - `success: optional boolean` - `tools: optional array of Tool` - `description: optional string` - `inputSchema: optional unknown` JSON Schema for tool parameters - `name: optional string` ### Example ```http curl https://0ct.com/api/promptly/sources/$SOURCE_ID/test \ -X POST \ -H "Authorization: Bearer $0CT_API_KEY" ```