Skip to content

Commit c70bbae

Browse files
chore: sdk update
1 parent 9fc7a6a commit c70bbae

902 files changed

Lines changed: 4550 additions & 893 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,14 @@ Class | Method | HTTP request | Description
277277
*ReachSegmentsApi* | [**list_profile_segment_contacts_v1**](docs/ReachSegmentsApi.md#list_profile_segment_contacts_v1) | **GET** /api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/contacts | List profile segment contacts
278278
*ReachSegmentsApi* | [**list_segment_contacts_v1**](docs/ReachSegmentsApi.md#list_segment_contacts_v1) | **GET** /api/reach/v1/segmentation/segments/{segmentUuid}/contacts | List segment contacts
279279
*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
282+
*ReachTagsApi* | [**create_or_find_tags_v1**](docs/ReachTagsApi.md#create_or_find_tags_v1) | **POST** /api/reach/v1/profiles/{profileUuid}/tags | Create or find tags
283+
*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
280288
*VPSActionsApi* | [**get_action_details_v1**](docs/VPSActionsApi.md#get_action_details_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions/{actionId} | Get action details
281289
*VPSActionsApi* | [**get_actions_v1**](docs/VPSActionsApi.md#get_actions_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/actions | Get actions
282290
*VPSBackupsApi* | [**get_backups_v1**](docs/VPSBackupsApi.md#get_backups_v1) | **GET** /api/vps/v1/virtual-machines/{virtualMachineId}/backups | Get backups
@@ -651,7 +659,10 @@ Class | Method | HTTP request | Description
651659
- [ReachV1ContactsSegmentsStoreRequestConditionsInner](docs/ReachV1ContactsSegmentsStoreRequestConditionsInner.md)
652660
- [ReachV1ContactsSegmentsStoreRequestConditionsInnerValue](docs/ReachV1ContactsSegmentsStoreRequestConditionsInnerValue.md)
653661
- [ReachV1ContactsStoreRequest](docs/ReachV1ContactsStoreRequest.md)
662+
- [ReachV1ContactsTagsManageContactsRequest](docs/ReachV1ContactsTagsManageContactsRequest.md)
663+
- [ReachV1ContactsTagsStoreRequest](docs/ReachV1ContactsTagsStoreRequest.md)
654664
- [ReachV1ContactsTagsTagResource](docs/ReachV1ContactsTagsTagResource.md)
665+
- [ReachV1ContactsTagsUpdateRequest](docs/ReachV1ContactsTagsUpdateRequest.md)
655666
- [ReachV1ContactsUpdateRequest](docs/ReachV1ContactsUpdateRequest.md)
656667
- [ReachV1ContactsUpdateRequestFieldsInner](docs/ReachV1ContactsUpdateRequestFieldsInner.md)
657668
- [ReachV1ProfilesDomainsDnsRecordStatus](docs/ReachV1ProfilesDomainsDnsRecordStatus.md)

0 commit comments

Comments
 (0)