Add needed permission level info for docs
parent
193b136b0a
commit
9d70664186
|
@ -2,6 +2,8 @@
|
|||
|
||||
List all app users, ordered by username
|
||||
|
||||
*Permission: 4*
|
||||
|
||||
+ Response 200 (application/json; charset=utf-8)
|
||||
|
||||
+ Attributes (array[AppUser], fixed-type)
|
||||
|
@ -11,6 +13,8 @@ List all app users, ordered by username
|
|||
|
||||
Update an app user, identified by its id
|
||||
|
||||
*Permission: 4*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abf5064861d950f157c4a09` (string, required) - unique id of app user
|
||||
|
||||
|
@ -25,6 +29,8 @@ Update an app user, identified by its id
|
|||
|
||||
### Delete App User [DELETE /account/{id}]
|
||||
|
||||
*Permission: 4*
|
||||
|
||||
Delete an app user
|
||||
|
||||
+ Parameters
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Update an army members signature image
|
||||
|
||||
*Permission: 4*
|
||||
|
||||
+ Parameters
|
||||
+ userId: `5ab68d42f547ed304064e5f7` (string, required) - army members unique user id
|
||||
|
||||
|
|
|
@ -34,6 +34,8 @@ Retrieve single decoration data
|
|||
|
||||
Create a new decoration
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Request (multipart/form-data; boundary=---BOUNDARY)
|
||||
|
||||
-----BOUNDARY
|
||||
|
@ -73,6 +75,8 @@ Create a new decoration
|
|||
|
||||
Update decoration, identified by its id
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abeb420b987672bb1ede643` (string, required) - unique id of the decoration
|
||||
|
||||
|
@ -115,6 +119,8 @@ Update decoration, identified by its id
|
|||
|
||||
Delete a decoration
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abeb43cb987672bb1ede644` (string, required) - unique id of the decoration
|
||||
|
||||
|
|
|
@ -33,6 +33,8 @@ Retrieve single rank data
|
|||
|
||||
Create a new rank
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Request (multipart/form-data; boundary=---BOUNDARY)
|
||||
|
||||
-----BOUNDARY
|
||||
|
@ -67,6 +69,8 @@ Create a new rank
|
|||
|
||||
Update rank, identified by its id
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abeb23995cf43205225710b` (string, required) - unique id of the rank
|
||||
|
||||
|
@ -104,6 +108,8 @@ Update rank, identified by its id
|
|||
|
||||
Delete a rank
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abeb1b995cf43205225710a` (string, required) - unique id of the rank
|
||||
|
||||
|
|
|
@ -32,6 +32,8 @@ Get single squad information
|
|||
|
||||
Create a new squad
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Request (multipart/form-data; boundary=---BOUNDARY)
|
||||
|
||||
-----BOUNDARY
|
||||
|
@ -61,6 +63,8 @@ Create a new squad
|
|||
|
||||
Update squad, identified by its id
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abe166f8b7488392a623f12` (string, required) - unique id of the squad
|
||||
|
||||
|
@ -98,6 +102,8 @@ Update squad, identified by its id
|
|||
|
||||
Delete a squad
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abe16f98b7488392a623f17` (string, required) - unique id of the squad
|
||||
|
||||
|
|
|
@ -48,6 +48,8 @@ Get single army member information
|
|||
|
||||
Create a new army member
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Request (application/json)
|
||||
|
||||
+ Attributes
|
||||
|
@ -61,6 +63,8 @@ Create a new army member
|
|||
|
||||
Update an army member, identified by its id
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abd4780396bc0487068be0e` (string, required) - unique id of army-member
|
||||
|
||||
|
@ -81,6 +85,8 @@ Update an army member, identified by its id
|
|||
|
||||
Delete an army member
|
||||
|
||||
*Permission: 2*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abd4780396bc0487068be0e` (string, required) - unique id of army-member
|
||||
|
||||
|
|
|
@ -13,6 +13,8 @@ Get single campaign information
|
|||
|
||||
Create a new campaign
|
||||
|
||||
*Permission: 3*
|
||||
|
||||
+ Request Create new army member (application/json)
|
||||
|
||||
+ Attributes
|
||||
|
@ -26,6 +28,8 @@ Create a new campaign
|
|||
|
||||
Delete a campaign
|
||||
|
||||
*Permission: 3*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abd58989e30a76bfef747e6` (string, required) - unique id of campaign
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@ Retrieve single war data
|
|||
|
||||
Create a new war
|
||||
|
||||
*Permission: 3*
|
||||
|
||||
*NOTE: First line of the log file sent should be NOT beginning of actual game logs! This might result in unparsable line.*
|
||||
|
||||
+ Request (multipart/form-data; boundary=---BOUNDARY)
|
||||
|
@ -78,6 +80,8 @@ Create a new war
|
|||
|
||||
Delete a war
|
||||
|
||||
*Permission: 3*
|
||||
|
||||
+ Parameters
|
||||
+ id: `5abf65d83fc5fa349ffd5cbb` (string, required) - unique id of the war
|
||||
|
||||
|
|
Loading…
Reference in New Issue