MCPcopy Create free account
hub / github.com/apache/devlake / CreateScopeConfig

Function CreateScopeConfig

backend/plugins/taiga/api/scope_config_api.go:25–27  ·  view source on GitHub ↗
(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

23)
24
25func CreateScopeConfig(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
26 return dsHelper.ScopeConfigApi.Post(input)
27}
28
29func UpdateScopeConfig(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
30 return dsHelper.ScopeConfigApi.Patch(input)

Callers

nothing calls this directly

Calls 1

PostMethod · 0.65

Tested by

no test coverage detected