|
|
|
@ -903,110 +903,9 @@ |
|
|
|
"implementFrom": "Volo.Abp.Identity.IIdentityUserLookupAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"Volo.Abp.Identity.ProfileController": { |
|
|
|
"controllerName": "Profile", |
|
|
|
"controllerGroupName": "Profile", |
|
|
|
"type": "Volo.Abp.Identity.ProfileController", |
|
|
|
"interfaces": [ |
|
|
|
{ |
|
|
|
"type": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
} |
|
|
|
], |
|
|
|
"actions": { |
|
|
|
"GetAsync": { |
|
|
|
"uniqueName": "GetAsync", |
|
|
|
"name": "GetAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/identity/my-profile", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [], |
|
|
|
"parameters": [], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.ProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ProfileDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
}, |
|
|
|
"UpdateAsyncByInput": { |
|
|
|
"uniqueName": "UpdateAsyncByInput", |
|
|
|
"name": "UpdateAsync", |
|
|
|
"httpMethod": "PUT", |
|
|
|
"url": "api/identity/my-profile", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.UpdateProfileDto, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.UpdateProfileDto", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "Volo.Abp.Identity.ProfileDto", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ProfileDto" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
}, |
|
|
|
"ChangePasswordAsyncByInput": { |
|
|
|
"uniqueName": "ChangePasswordAsyncByInput", |
|
|
|
"name": "ChangePasswordAsync", |
|
|
|
"httpMethod": "POST", |
|
|
|
"url": "api/identity/my-profile/change-password", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "input", |
|
|
|
"typeAsString": "Volo.Abp.Identity.ChangePasswordInput, Volo.Abp.Identity.Application.Contracts", |
|
|
|
"type": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "input", |
|
|
|
"name": "input", |
|
|
|
"jsonName": null, |
|
|
|
"type": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"typeSimple": "Volo.Abp.Identity.ChangePasswordInput", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": null, |
|
|
|
"bindingSourceId": "Body", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
}, |
|
|
|
"allowAnonymous": null, |
|
|
|
"implementFrom": "Volo.Abp.Identity.IProfileAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
"types": {} |
|
|
|
} |
|
|
|
} |
|
|
|
|