Mark features as stale / not stale
This endpoint marks the provided list of features as either stale or not stale depending on the request body you send. Any provided features that don’t exist are ignored.
Authentication
Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format
Path parameters
projectId
Request
batchStaleSchema
features
A list of features to mark as (not) stale
stale
Whether the list of features should be marked as stale or not stale. If true, the features will be marked as stale. If false, the features will be marked as not stale.
Response
This response has no body.