19 lines
309 B
Plaintext
19 lines
309 B
Plaintext
|
### Get Wars [GET /wars]
|
||
|
|
||
|
List all wars
|
||
|
|
||
|
+ Response 200
|
||
|
|
||
|
+ Attributes (array[War], fixed-type)
|
||
|
|
||
|
### GET War [GET /wars/{id}]
|
||
|
|
||
|
Retrieve single war data
|
||
|
|
||
|
+ Parameters
|
||
|
+ id: `5abf65ae3fc5fa349ffd5ca3` (string, required) - unique id of the war to fetch
|
||
|
|
||
|
+ Response 200
|
||
|
|
||
|
+ Attributes (War, fixed-type)
|