102 lines
2.3 KiB
JSON

[
{
"ContainingType": "AuthApi.Controllers.AuthController",
"Method": "Login",
"RelativePath": "api/Auth/login",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "AuthApi.Models.LoginRequest",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "AuthApi.Controllers.AuthController",
"Method": "Logout",
"RelativePath": "api/Auth/logout",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": []
},
{
"ContainingType": "AuthApi.Controllers.AuthController",
"Method": "Refresh",
"RelativePath": "api/Auth/refresh",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "AuthApi.Models.RefreshRequest",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "AuthApi.Controllers.AuthController",
"Method": "Register",
"RelativePath": "api/Auth/register",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "AuthApi.Models.RegisterRequest",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "AuthApi.Controllers.AuthController",
"Method": "ChangeUserRole",
"RelativePath": "api/Auth/role",
"HttpMethod": "POST",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "AuthApi.Models.ChangeRoleRequest",
"IsRequired": true
}
],
"ReturnTypes": []
},
{
"ContainingType": "AuthApi.Controllers.AuthController",
"Method": "GetAllUsers",
"RelativePath": "api/Auth/users",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [],
"ReturnTypes": []
},
{
"ContainingType": "Program\u002B\u003C\u003Ec",
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_2",
"RelativePath": "healthz",
"HttpMethod": "GET",
"IsController": false,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
}
]