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
Whenever executing the grant or revoke commands, an error is returned from the API.
POST /api/v1/mods/realitymod/grant: 400, map[$.permission:[The JSON value could not be converted to VUModManagerRegistry.Models.ModPermission. Path: $.permission | LineNumber: 0 | BytePositionInLine: 42.]]
Seems like the permission enum is not correctly being parsed
The text was updated successfully, but these errors were encountered:
Whenever executing the
grant
orrevoke
commands, an error is returned from the API.Seems like the permission enum is not correctly being parsed
The text was updated successfully, but these errors were encountered: