π οΈ Update Users
π Endpoints Required
ποΈ Data Schema
Describe or paste the expected request/response shape below.
{
email: string,
username: string,
newPassword: string,
oldPassword: string <Required if newPassword is present, otherwise optional>,
firstName: string,
lastName: string,
active: boolean
}
β
Acceptance Criteria
π Auth & Permissions
π Related
π¬ Additional Context
π οΈ Update Users
π Endpoints Required
PUT/api/v1/users/:idβ Update resourceποΈ Data Schema
Describe or paste the expected request/response shape below.
{ email: string, username: string, newPassword: string, oldPassword: string <Required if newPassword is present, otherwise optional>, firstName: string, lastName: string, active: boolean }β Acceptance Criteria
π Auth & Permissions
π Related
π¬ Additional Context