mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
increase agent symbol limit to 14 chars
This commit is contained in:
parent
980a9b4020
commit
c84602e157
@ -80,8 +80,8 @@
|
||||
"symbol": {
|
||||
"description": "How other agents will see your ships and information.",
|
||||
"example": "BADGER",
|
||||
"maxLength": 8,
|
||||
"minLength": 4,
|
||||
"maxLength": 14,
|
||||
"minLength": 3,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user