docs(api): 🐛 Fix incorrect Role API docs

This commit is contained in:
Jesse Wierzbinski 2024-11-28 11:04:22 +01:00
parent 594e8ca4e6
commit caa071d353
No known key found for this signature in database

View file

@ -406,7 +406,7 @@ Update a role's data.
### Request
- `name` (string, required): The name of the role.
- `name` (string, optional): The name of the role.
- 1-128 characters.
- `permissions` (array of strings, optional): The permissions granted by the role. Defaults to an empty array.
- `priority` (number, optional): The priority of the role. Defaults to `0`.