MCPcopy
hub / github.com/larksuite/cli / PATCH

Method PATCH

internal/cmdutil/dryrun.go:63–66  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

61}
62
63func (d *DryRunAPI) PATCH(url string) *DryRunAPI {
64 d.calls = append(d.calls, DryRunAPICall{Method: "PATCH", URL: url})
65 return d
66}
67
68// Body sets the request body on the last added call.
69func (d *DryRunAPI) Body(body interface{}) *DryRunAPI {

Callers 15

PrintDryRunWithFileFunction · 0.95
PrintDryRunFunction · 0.95
dryRunBaseCreateFunction · 0.95
task_update.goFile · 0.80
task_complete.goFile · 0.80
task_reopen.goFile · 0.80
dryRunCalendarUpdateFunction · 0.80
apps_update.goFile · 0.80
minutes_update.goFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected