This commit is contained in:
timothycarambat 2024-06-18 11:30:50 -07:00
parent 6c68bdbd51
commit 421c5c6b91

View File

@ -530,15 +530,11 @@
"users": [
{
"userId": 1,
"username" : "user_1",
"role": "admin",
"lastUpdatedAt" : "2024-06-10T12:37:52.128Z"
"role": "admin"
},
{
"userId": 2,
"username" : "user_2",
"role": "member",
"lastUpdatedAt" : "2024-06-12T19:10:07.529Z"
"role": "member"
}
]
}
@ -2460,4 +2456,4 @@
"BearerAuth": []
}
]
}
}