MCPcopy Create free account
hub / github.com/53AI/53AIHub / RenameWPSFile

Function RenameWPSFile

api/controller/wps.go:664–666  ·  view source on GitHub ↗

RenameWPSFile godoc @Summary 重命名WPS文档 @Description WPS集成接口,重命名指定文档 @Tags WPS集成(回调接口) @Accept json @Produce json @Param file_id path string true "文件ID" @Param X-App-ID header string true "APP_ID" @Param name body object{name=string} true "新文件名" @Success 200 {object} weboffice.Reply @Failure 400 {obje

(c *gin.Context)

Source from the content-addressed store, hash-verified

662// @Failure 500 {object} weboffice.Reply
663// @Router /api/wps/v3/3rd/files/{file_id}/name [put]
664func RenameWPSFile(c *gin.Context) {
665 wrapHandlerFunc(renameWPSFile)(c)
666}
667
668// PrepareWPSFileUpload godoc
669// @Summary 准备WPS文件上传

Callers

nothing calls this directly

Calls 1

wrapHandlerFuncFunction · 0.85

Tested by

no test coverage detected