Entitlements
Add a feature-level (baseline) entitlement
post/api/v1/features/{feature_id}/entitlement
Path parameters
feature_idstring MeteroidId required
Example:feat_7n42DGM5Tflk9n8mt7Fhc7
Feature ID
Request body
Example request
{
"feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7"
}Response
Entitlement created
Example response
{
"feature_id": "feat_7n42DGM5Tflk9n8mt7Fhc7",
"id": "ent_7n42DGM5Tflk9n8mt7Fhc7"
}