Skip to main content
GET
/
api
/
v1
/
rules
/
metadata
/
suggestions
/
{flockType}
/
{age}
Get smart rule suggestions based on flock type and age
curl --request GET \
  --url http://localhost:3000/api/v1/rules/metadata/suggestions/{flockType}/{age} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

JWT obtained from POST /api/v1/auth/login.

Path Parameters

flockType
string
required

flockType identifier

age
string
required

age identifier

Response

OK

Resource data (object or array depending on endpoint).