Skip to content

Commit 235ab7e

Browse files
authored
Fix url parameters in openapi spec (#17)
1 parent 7191c16 commit 235ab7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/luckperms-openapi.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ paths:
789789
in: query
790790
name: type
791791
description: Search for nodes with a type equal to
792-
'/group/{name}':
792+
'/group/{groupName}':
793793
parameters:
794794
- $ref: '#/components/parameters/groupName'
795795
get:
@@ -839,7 +839,7 @@ paths:
839839
description: Delete a group
840840
tags:
841841
- Groups
842-
'/group/{name}/nodes':
842+
'/group/{groupName}/nodes':
843843
parameters:
844844
- $ref: '#/components/parameters/groupName'
845845
get:
@@ -1020,7 +1020,7 @@ paths:
10201020
Specify the nodes to be deleted.
10211021
10221022
If the request body is empty, all nodes will be deleted.
1023-
'/group/{name}/meta':
1023+
'/group/{groupName}/meta':
10241024
parameters:
10251025
- $ref: '#/components/parameters/groupName'
10261026
get:
@@ -1047,7 +1047,7 @@ paths:
10471047
description: Group doesn't exist
10481048
operationId: get-group-meta
10491049
description: Get the groups metadata
1050-
'/group/{name}/permission-check':
1050+
'/group/{groupName}/permission-check':
10511051
parameters:
10521052
- $ref: '#/components/parameters/groupName'
10531053
get:
@@ -1185,7 +1185,7 @@ paths:
11851185
description: Create a new track.
11861186
tags:
11871187
- Tracks
1188-
'/track/{name}':
1188+
'/track/{trackName}':
11891189
parameters:
11901190
- $ref: '#/components/parameters/trackName'
11911191
get:

0 commit comments

Comments
 (0)