You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The /api/ml/ml_capabilities endpoint provides a list of abilities the user has as capabilities, however when stored on the client side it is renamed to privileges. This was to avoid a large amount of code churn when implementing #39749
A follow up PR is needed to bring the client side code up to date with this wording.
for reference, the response from /api/ml/ml_capabilities :
jgowdyelastic
changed the title
[ML] Rename client side privileges to capabilities where applicable.
[ML] Rename client side privileges to capabilities where applicable.
Jul 24, 2019
The
/api/ml/ml_capabilities
endpoint provides a list of abilities the user has ascapabilities
, however when stored on the client side it is renamed toprivileges
. This was to avoid a large amount of code churn when implementing #39749A follow up PR is needed to bring the client side code up to date with this wording.
for reference, the response from
/api/ml/ml_capabilities
:The text was updated successfully, but these errors were encountered: