|
|
|
@ -675,6 +675,43 @@ |
|
|
|
}, |
|
|
|
"allowAnonymous": false, |
|
|
|
"implementFrom": "Volo.Abp.Application.Services.IDeleteAppService<System.Guid>" |
|
|
|
}, |
|
|
|
"SetAsHomePageAsyncById": { |
|
|
|
"uniqueName": "SetAsHomePageAsyncById", |
|
|
|
"name": "SetAsHomePageAsync", |
|
|
|
"httpMethod": "GET", |
|
|
|
"url": "api/cms-kit-admin/pages/setashomepage/{id}", |
|
|
|
"supportedVersions": [], |
|
|
|
"parametersOnMethod": [ |
|
|
|
{ |
|
|
|
"name": "id", |
|
|
|
"typeAsString": "System.Guid, System.Private.CoreLib", |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null |
|
|
|
} |
|
|
|
], |
|
|
|
"parameters": [ |
|
|
|
{ |
|
|
|
"nameOnMethod": "id", |
|
|
|
"name": "id", |
|
|
|
"jsonName": null, |
|
|
|
"type": "System.Guid", |
|
|
|
"typeSimple": "string", |
|
|
|
"isOptional": false, |
|
|
|
"defaultValue": null, |
|
|
|
"constraintTypes": [], |
|
|
|
"bindingSourceId": "Path", |
|
|
|
"descriptorName": "" |
|
|
|
} |
|
|
|
], |
|
|
|
"returnValue": { |
|
|
|
"type": "System.Void", |
|
|
|
"typeSimple": "System.Void" |
|
|
|
}, |
|
|
|
"allowAnonymous": false, |
|
|
|
"implementFrom": "Volo.CmsKit.Admin.Pages.IPageAdminAppService" |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
|