Method: Ionoscloud::TargetGroupsApi#targetgroups_put
- Defined in:
- lib/ionoscloud/api/target_groups_api.rb
#targetgroups_put(target_group_id, target_group, opts = {}) ⇒ TargetGroup
Modify a Target Group by ID Modifies the properties of the target group specified by its ID.
451 452 453 454 |
# File 'lib/ionoscloud/api/target_groups_api.rb', line 451 def targetgroups_put(target_group_id, target_group, opts = {}) data, _status_code, _headers = targetgroups_put_with_http_info(target_group_id, target_group, opts) data end |