POSThttp://localhost:5173/api/v1/private/guardrails
Body Parameters
        • key
          value
        • key
          value
View in API Reference
Request
$curl -X POST http://localhost:5173/api/v1/private/guardrails \
> -H "Content-Type: application/json" \
> -d '{
> "guardrails": [
> {
> "entity_id": "entity_id",
> "secondary_id": "secondary_id",
> "name": "TOPIC",
> "result": "passed",
> "config": {
> "key": "value"
> },
> "details": {
> "key": "value"
> }
> }
> ]
>}'
Response