-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Description
I'm attempting to use admin.*
paths such as admin.conversations.invite
but I don't seem able to. The only solution I found is to either:
- Fork the project.
- Attempt to get access to
postMethod
via reflection and patch the path. - Or reimplement the whole POST method chain.
Am I missing an easier way to achieve this? If not, is there any ETA about when these will be supported?