Skip to Content
FluxStore is currently invite-only. Some sections of this documentation are still being written and expanded.
PATCH/api/v1/bans/{id}

Update one or more fields on a ban. All body fields are optional.

Requires the Bans:Edit permission.

Path parameters

idstring· uuidrequired
The ban ID.

Body

reasonstring
Update the ban reason.
expiresAtstring· date-time
Update the expiry timestamp. Set to null to make the ban permanent.
isActiveboolean
Activate or deactivate the ban without deleting it.