From ce1b444ff53883238ce6b2f1f1c1c852c31b802c Mon Sep 17 00:00:00 2001 From: gamer50082 <73380763+gamer50082@users.noreply.github.com> Date: Fri, 19 Sep 2025 19:50:15 +0800 Subject: [PATCH] Update users.md Updated the Reset api info as the username, first name, last name and username is not option but required --- docs/api/application/users.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/api/application/users.md b/docs/api/application/users.md index 8204e66..dbd58f9 100644 --- a/docs/api/application/users.md +++ b/docs/api/application/users.md @@ -893,10 +893,10 @@ PATCH /api/application/users/{user} | Field | Type | Required | Description | |-------|------|----------|-------------| -| `email` | string | No | User's email address | -| `username` | string | No | Username | -| `first_name` | string | No | User's first name | -| `last_name` | string | No | User's last name | +| `email` | string | Yes | User's email address | +| `username` | string | Yes | Username | +| `first_name` | string | Yes | User's first name | +| `last_name` | string | Yes | User's last name | | `password` | string | No | New password | | `language` | string | No | User's preferred language | | `root_admin` | boolean | No | Administrative privileges |