add(system): login/logout api, rename PK fields
This commit is contained in:
@@ -13,14 +13,14 @@
|
||||
"Method": "GET",
|
||||
"Title": "Check JWT token",
|
||||
"Path": "/check",
|
||||
"Parameters": null
|
||||
"Parameters": {}
|
||||
},
|
||||
{
|
||||
"Name": "logout",
|
||||
"Method": "DELETE",
|
||||
"Title": "Delete JWT token (Sign Out)",
|
||||
"Path": "/check",
|
||||
"Parameters": null
|
||||
"Parameters": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user