You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi/components/paths/worlds.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -161,6 +161,7 @@ paths:
161
161
Works unauthenticated but when so will always return `0` for certain fields.
162
162
tags:
163
163
- worlds
164
+
security: []
164
165
responses:
165
166
"200":
166
167
$ref: ../responses/worlds/WorldResponse.yaml
@@ -211,8 +212,7 @@ paths:
211
212
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.
0 commit comments