|
|
|
@ -1169,6 +1169,43 @@
|
|
|
|
|
},
|
|
|
|
|
"allowAnonymous": null,
|
|
|
|
|
"implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService"
|
|
|
|
|
},
|
|
|
|
|
"DeleteAsyncById": {
|
|
|
|
|
"uniqueName": "DeleteAsyncById",
|
|
|
|
|
"name": "DeleteAsync",
|
|
|
|
|
"httpMethod": "DELETE",
|
|
|
|
|
"url": "api/cms-kit-public/blog-posts/{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": null,
|
|
|
|
|
"implementFrom": "Volo.CmsKit.Public.Blogs.IBlogPostPublicAppService"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|