MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / UpdateDoc

Method UpdateDoc

controller/router/iml.go:57–59  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, input *api_doc_dto.UpdateDoc)

Source from the content-addressed store, hash-verified

55}
56
57func (i *imlAPIDocController) UpdateDoc(ctx *gin.Context, serviceId string, input *api_doc_dto.UpdateDoc) (*api_doc_dto.ApiDocDetail, error) {
58 return i.module.UpdateDoc(ctx, serviceId, input)
59}
60
61func (i *imlAPIDocController) GetDoc(ctx *gin.Context, serviceId string) (*api_doc_dto.ApiDocDetail, error) {
62 return i.module.GetDoc(ctx, serviceId)

Callers

nothing calls this directly

Calls 1

UpdateDocMethod · 0.65

Tested by

no test coverage detected