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
Some endpoints can be called without any parameter (or an empty body). This should be make available in endpoint.
Endpoint specs that have all params marked as optional may still require at least one param, so most likely endpoints need to be annotated when they support this.
This will allow API and SDKs to indicate this, e.g., add proper validation and types.