Skip to content

Commit 7131cb2

Browse files
authored
Update security definitions for miscellaneous and worlds endpoints (#544)
* Update security definitions for miscellaneous and worlds endpoints * Fix lint error
1 parent 8fb795c commit 7131cb2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

openapi/components/paths/miscellaneous.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ paths:
8282
parameters:
8383
- $ref: ../parameters.yaml#/require
8484
- $ref: ../parameters.yaml#/include
85+
security:
86+
- authCookie: []
8587
responses:
8688
"200":
8789
$ref: ../responses/system/InfoPushListResponse.yaml

openapi/components/paths/worlds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ paths:
161161
Works unauthenticated but when so will always return `0` for certain fields.
162162
tags:
163163
- worlds
164+
security: []
164165
responses:
165166
"200":
166167
$ref: ../responses/worlds/WorldResponse.yaml
@@ -211,8 +212,7 @@ paths:
211212
description: Return a worlds custom metadata. This is currently believed to be unused. Metadata can be set with `updateWorld` and can be any arbitrary object.
212213
tags:
213214
- worlds
214-
security:
215-
- authCookie: []
215+
security: []
216216
responses:
217217
"200":
218218
$ref: ../responses/worlds/WorldMetadataResponse.yaml

0 commit comments

Comments
 (0)