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