.dev
REST APIAPI Reference

Chat Rules

GET
/v1/chat/rules

Response Body

curl -X GET "https://example.com/v1/chat/rules"
POST
/v1/chat/rules

Response Body

curl -X POST "https://example.com/v1/chat/rules"
PATCH
/v1/chat/rules/{id}

Path Parameters

id*string

Response Body

curl -X PATCH "https://example.com/v1/chat/rules/string"
DELETE
/v1/chat/rules/{id}

Path Parameters

id*string

Response Body

curl -X DELETE "https://example.com/v1/chat/rules/string"