add PATCH /users/@me/flags/{id}
This commit is contained in:
parent
ea2ae94742
commit
1360a52488
3 changed files with 88 additions and 2 deletions
|
@ -50,7 +50,7 @@ type MemberFlag struct {
|
|||
const (
|
||||
MaxPrideFlags = 100
|
||||
MaxPrideFlagTitleLength = 100
|
||||
MaxPrideFlagDescLength = 200
|
||||
MaxPrideFlagDescLength = 500
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue