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": {
|
"symbol": {
|
||||||
"description": "How other agents will see your ships and information.",
|
"description": "How other agents will see your ships and information.",
|
||||||
"example": "BADGER",
|
"example": "BADGER",
|
||||||
"maxLength": 8,
|
"maxLength": 14,
|
||||||
"minLength": 4,
|
"minLength": 3,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user