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
Most endpoints (except graph export) have a configuration option enabled that can be set or unset in the configuration file. Setting enabled to false does not disable the endpoint; one can still send requests and get responses. The only usage of enabled is in StatusAPI, where the endpoint is either listed (enabled=true) or not (enabled=false).
Proposed solution
Use the enabled option to actually enable/disable the endpoints.
Additional context
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Problem description
Most endpoints (except graph export) have a configuration option
enabled
that can be set or unset in the configuration file. Settingenabled
tofalse
does not disable the endpoint; one can still send requests and get responses. The only usage ofenabled
is inStatusAPI
, where the endpoint is either listed (enabled=true
) or not (enabled=false
).Proposed solution
Use the
enabled
option to actually enable/disable the endpoints.Additional context
No response
Forum Topic Link
No response
The text was updated successfully, but these errors were encountered: