feat: update duration

This commit is contained in:
2025-12-16 16:12:55 +08:00
parent 0531a72ae6
commit 0e303e8a5c
6 changed files with 79 additions and 9 deletions

View File

@@ -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
}