fix typo in openAPI
This commit is contained in:
+1
-2
@@ -165,14 +165,13 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
id:
|
id:
|
||||||
$ref: '#/components/schemas/PlayerID'
|
$ref: '#/components/schemas/PlayerID'
|
||||||
description: Player Origin ID
|
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: Legonzaur
|
example: Legonzaur
|
||||||
opt-out:
|
opt-out:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
description: 'If set to true, kill and deaths about this user won''t be sent to the database'
|
description: 'If set to true, kills and deaths about this user won''t be sent to the database'
|
||||||
hide_TOS:
|
hide_TOS:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user