feat: update duration
This commit is contained in:
@@ -2,11 +2,19 @@
|
||||
|
||||
|
||||
|
||||
## Login
|
||||
### Login
|
||||
POST {{ host }}/super/v1/auth/login
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"username":"test-user",
|
||||
"password":"test-password"
|
||||
}
|
||||
|
||||
### update tenant expire
|
||||
PATCH {{ host }}/super/v1/tenants/2
|
||||
Content-Type: application/json
|
||||
|
||||
{
|
||||
"duration": 7
|
||||
}
|
||||
Reference in New Issue
Block a user