Radicas Docs
API referenceGenerated

Dismiss Feature

POST
/features/{feature}/dismiss

Mute a DISCOVERED feature so it drops from the 'not yet configured' list + badge.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

feature*Feature

Response Body

application/json

curl -X POST "https://example.com/features/string/dismiss"
Empty
{  "detail": [    {      "loc": [        "string"      ],      "msg": "string",      "type": "string",      "input": null,      "ctx": {}    }  ]}