Rest API uses 'permissions' on /v2/groups/update
Arguably this should be a change to a new API version, but the current functionality is broken so this just kinda fixes that. Fixes #1292
This commit is contained in:
parent
8cac17442d
commit
f8039c8f80
1 changed files with 1 additions and 1 deletions
|
|
@ -997,7 +997,7 @@ namespace TShockAPI
|
|||
[Noun("group", true, "The name of the group to modify.", typeof(String))]
|
||||
[Noun("parent", false, "The name of the new parent for this group.", typeof(String))]
|
||||
[Noun("chatcolor", false, "The new chat color r,g,b.", typeof(String))]
|
||||
[Noun("permisisons", false, "The new comma seperated list of permissions.", typeof(String))]
|
||||
[Noun("permissions", false, "The new comma seperated list of permissions.", typeof(String))]
|
||||
[Token]
|
||||
private object GroupUpdate(RestRequestArgs args)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue