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
{{ message }}
This repository was archived by the owner on Jun 21, 2019. It is now read-only.
Is this toggling access to a controller or just a feature? It sounds like we'd want to toggle access to specific features ('create registration', 'update registration') not a specific API endpoint's controller ('registration').
To that end, would it make more sense to have a separate error for this? Something like FeatureNotAvailable? The UnprocessableRequestError is usually thrown for requests that cannot be processed for some general reason if I remember correctly.
It would be useful for admins to be able to enable/disable endpoints
The text was updated successfully, but these errors were encountered: