We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486c4eb commit c55666fCopy full SHA for c55666f
1 file changed
src/main/resources/luckperms-openapi.yml
@@ -205,6 +205,12 @@ paths:
205
in: query
206
name: type
207
description: Search for nodes with a type equal to
208
+ - schema:
209
+ type: string
210
+ minLength: 1
211
+ in: query
212
+ name: group
213
+ description: Search for inheritance nodes with the given group name
214
'/user/{uniqueId}':
215
parameters:
216
- $ref: '#/components/parameters/uniqueId'
@@ -789,6 +795,12 @@ paths:
789
795
790
796
791
797
798
799
800
801
802
803
792
804
'/group/{groupName}':
793
805
794
806
- $ref: '#/components/parameters/groupName'
0 commit comments