As mentioned in this issue, the frequency parameter's description (and possibly other parameter descriptions) was missing from the Machine Learning Anomaly Detection APIs.
After this issue was resolved, the parameter descriptions are now properly propagated, but only for request bodies, not for responses.
Details
I wanted to verify that all parameter descriptions are now present before closing the this issue. While checking every endpoint where the frequency parameter appears, I found that:
In request bodies: The parameter description is correctly displayed:
In response bodies: The parameter description is missing, and only the generic "Duration" type description is shown:
Expected behavior
The parameter descriptions, including frequency, should be consistently displayed in both request and response sections.