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
We should add a new field "nickname" which can be configured at a route. We could use this field at the OpenAPI spec see: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#operation-object
and also to build our JsonRPC server to directly execute a specific action. This nickname could then be the name of the RPC method. By default we could maybe generate the name based on the endpoint path.
The text was updated successfully, but these errors were encountered:
We should add a new field "nickname" which can be configured at a route. We could use this field at the OpenAPI spec see:
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#operation-object
and also to build our JsonRPC server to directly execute a specific action. This nickname could then be the name of the RPC method. By default we could maybe generate the name based on the endpoint path.
The text was updated successfully, but these errors were encountered: