(input *plugin.ApiResourceInput)
| 28 | type ScopeDetail api.ScopeDetail[models.AsanaProject, models.AsanaScopeConfig] |
| 29 | |
| 30 | func PutScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 31 | return dsHelper.ScopeApi.PutMultiple(input) |
| 32 | } |
| 33 | |
| 34 | func PatchScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 35 | return dsHelper.ScopeApi.Patch(input) |
nothing calls this directly
no test coverage detected