Skip to content

Commit

Permalink
feat(api): add main_character_id to User (#309)
Browse files Browse the repository at this point in the history
Adding main character ID to User swagger documentation
  • Loading branch information
SebFerraro authored and warlof committed Aug 3, 2019
1 parent 0500d11 commit a0a6dd4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@
* )
*
* @SWG\Property(
* type="integer",
* format="int64",
* minimum=90000000,
* description="The main character ID of this group",
* property="main_character_id"
* )
*
* @SWG\Property(
* property="token",
* ref="#/definitions/RefreshToken"
* )
Expand Down

0 comments on commit a0a6dd4

Please sign in to comment.