File tree 2 files changed +22
-9
lines changed
2 files changed +22
-9
lines changed Original file line number Diff line number Diff line change @@ -161,14 +161,16 @@ Example **POST** response
161
161
}
162
162
],
163
163
" sanctioned" : [], // A JSON array representing all the town's this nation has sanctioned, empty if the nation has sanctioned no towns
164
- " ranks" : { // Arrays of everyone in every rank in the nation, ranks with no players are empty
164
+ " ranks" : {
165
165
" Chancellor" : [
166
- " Fruitloopins" ,
167
- " tuzzzie"
166
+ {
167
+ " name" : " tuzzzie" ,
168
+ " uuid" : " 8391474f-4b57-412a-a835-96bd2c253219"
169
+ }
168
170
],
169
171
" Colonist" : [],
170
172
" Diplomat" : []
171
173
}
172
174
}
173
175
]
174
- ```
176
+ ```
Original file line number Diff line number Diff line change @@ -274,13 +274,24 @@ Example **POST** response
274
274
" 02cad4e4-00fc-4f8e-a3fb-9d9981f25ae1" ,
275
275
" ff737a85-24c6-4abf-a656-c2c01a4ebe70"
276
276
],
277
- " ranks" : { // Arrays of everyone in every rank in the town, ranks with no players are empty
277
+ " ranks" : {
278
278
" Councillor" : [
279
- " Fruitloopins" ,
280
- " tuzzzie"
279
+ {
280
+ " name" : " tuzzzie" ,
281
+ " uuid" : " 8391474f-4b57-412a-a835-96bd2c253219"
282
+ }
281
283
],
282
284
" Builder" : [],
283
- " Recruiter" : [],
285
+ " Recruiter" : [
286
+ {
287
+ " name" : " Golden_Horizon" ,
288
+ " uuid" : " 1fd49c80-8ab7-4adf-a3b9-879932bddca8"
289
+ },
290
+ {
291
+ " name" : " SkidgeV" ,
292
+ " uuid" : " 9dfbd591-d86d-44a2-9eb4-22deaa88656e"
293
+ }
294
+ ],
284
295
" Police" : [],
285
296
" Tax-exempt" : [],
286
297
" Treasurer" : [],
@@ -289,4 +300,4 @@ Example **POST** response
289
300
}
290
301
}
291
302
]
292
- ```
303
+ ```
You can’t perform that action at this time.
0 commit comments