You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*ReachSegmentsApi* | [**list_segment_contacts_v1**](docs/ReachSegmentsApi.md#list_segment_contacts_v1) | **GET** /api/reach/v1/segmentation/segments/{segmentUuid}/contacts | List segment contacts
279
279
*ReachSegmentsApi* | [**list_segments_v1**](docs/ReachSegmentsApi.md#list_segments_v1) | **GET** /api/reach/v1/segmentation/segments | List segments
280
+
*ReachTagsApi* | [**assign_a_contact_to_a_tag_v1**](docs/ReachTagsApi.md#assign_a_contact_to_a_tag_v1) | **POST** /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid}/contacts/{contactUuid} | Assign a contact to a tag
281
+
*ReachTagsApi* | [**assign_contacts_to_a_tag_v1**](docs/ReachTagsApi.md#assign_contacts_to_a_tag_v1) | **POST** /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid}/contacts | Assign contacts to a tag
*ReachTagsApi* | [**delete_a_tag_v1**](docs/ReachTagsApi.md#delete_a_tag_v1) | **DELETE** /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid} | Delete a tag
284
+
*ReachTagsApi* | [**list_profile_tags_v1**](docs/ReachTagsApi.md#list_profile_tags_v1) | **GET** /api/reach/v1/profiles/{profileUuid}/tags | List profile tags
285
+
*ReachTagsApi* | [**remove_a_contact_from_a_tag_v1**](docs/ReachTagsApi.md#remove_a_contact_from_a_tag_v1) | **DELETE** /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid}/contacts/{contactUuid} | Remove a contact from a tag
286
+
*ReachTagsApi* | [**remove_contacts_from_a_tag_v1**](docs/ReachTagsApi.md#remove_contacts_from_a_tag_v1) | **DELETE** /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid}/contacts | Remove contacts from a tag
287
+
*ReachTagsApi* | [**rename_a_tag_v1**](docs/ReachTagsApi.md#rename_a_tag_v1) | **PATCH** /api/reach/v1/profiles/{profileUuid}/tags/{tagUuid} | Rename a tag
280
288
*VPSActionsApi* | [**get_action_details_v1**](docs/VPSActionsApi.md#get_action_details_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions/{actionId} | Get action details
281
289
*VPSActionsApi* | [**get_actions_v1**](docs/VPSActionsApi.md#get_actions_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions | Get actions
282
290
*VPSBackupsApi* | [**get_backups_v1**](docs/VPSBackupsApi.md#get_backups_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/backups | Get backups
0 commit comments