add PATCH /users/@me/flags/{id}

This commit is contained in:
Sam 2023-05-26 15:22:27 +02:00
parent ea2ae94742
commit 1360a52488
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 88 additions and 2 deletions

View file

@ -50,7 +50,7 @@ type MemberFlag struct {
const (
MaxPrideFlags = 100
MaxPrideFlagTitleLength = 100
MaxPrideFlagDescLength = 200
MaxPrideFlagDescLength = 500
)
const (