APIEndpoint referenceDashboard
/dashboard/bot/prompt-templates/{id}
AuthorizationBearer <token>
Supabase access token.
In: header
Path Parameters
id*string
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/dashboard/bot/prompt-templates/string"{ "content": "string", "createdAt": "string", "id": 0, "isActive": true, "name": "string", "updatedAt": "string"}