POST /library-queries/{libraryQueryId}/publish HTTP/1.1 Host: api Content-Type: application/json Accept: */* Content-Length: 37 { "commitMessage": "text", "tag": "text" }
OK
{ "code": 1, "message": "text", "data": { "id": "text", "libraryQueryId": "text", "datasourceType": "text", "tag": "text", "commitMessage": "text", "createTime": 1, "creatorName": "text" }, "success": true }