purecloud 0.40.1 → 0.41.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (123) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/config-ruby.json +1 -1
  4. data/doc_out/AdditionalInfo.html.md +12 -0
  5. data/doc_out/{Entity.html.md → AuthzPerm.html.md} +3 -5
  6. data/doc_out/AuthzPermissionContext.html.md +1 -1
  7. data/doc_out/CallableTimeSet.html.md +1 -1
  8. data/doc_out/Callback.html.md +1 -0
  9. data/doc_out/CallbackIdentifier.html.md +14 -0
  10. data/doc_out/CallbackMediaParticipant.html.md +1 -0
  11. data/doc_out/ContentManagementApi.html.md +51 -0
  12. data/doc_out/ConversationsApi.html.md +120 -0
  13. data/doc_out/CreateCallbackCommand.html.md +2 -0
  14. data/doc_out/CreateCallbackResponse.html.md +14 -0
  15. data/doc_out/Dependency.html.md +1 -0
  16. data/doc_out/DependencyObject.html.md +1 -0
  17. data/doc_out/DomainEdgeSoftwareVersionDto.html.md +1 -1
  18. data/doc_out/GroupSearchCriteria.html.md +20 -0
  19. data/doc_out/GroupSearchRequest.html.md +19 -0
  20. data/doc_out/GroupsApi.html.md +2 -2
  21. data/doc_out/GroupsSearchResponse.html.md +1 -0
  22. data/doc_out/Integration.html.md +20 -0
  23. data/doc_out/IntegrationConfiguration.html.md +20 -0
  24. data/doc_out/{DeletedResourceConsumerEntityListing.html.md → IntegrationEntityListing.html.md} +3 -3
  25. data/doc_out/IntegrationStatusInfo.html.md +16 -0
  26. data/doc_out/IntegrationType.html.md +5 -3
  27. data/doc_out/JsonNode.html.md +1 -1
  28. data/doc_out/JsonNodeSearchResponse.html.md +1 -0
  29. data/doc_out/LocationSearchCriteria.html.md +20 -0
  30. data/doc_out/LocationSearchRequest.html.md +19 -0
  31. data/doc_out/LocationsApi.html.md +6 -6
  32. data/doc_out/LocationsSearchResponse.html.md +22 -0
  33. data/doc_out/NumberOrder.html.md +27 -0
  34. data/doc_out/PortBillingAddress.html.md +17 -0
  35. data/doc_out/PortContact.html.md +14 -0
  36. data/doc_out/PresenceApi.html.md +1 -1
  37. data/doc_out/QualityAudit.html.md +1 -1
  38. data/doc_out/RecordingApi.html.md +4 -2
  39. data/doc_out/ResponseSet.html.md +1 -1
  40. data/doc_out/RoutingData.html.md +17 -0
  41. data/doc_out/RuleSet.html.md +1 -1
  42. data/doc_out/SearchAggregation.html.md +3 -0
  43. data/doc_out/SearchApi.html.md +12 -12
  44. data/doc_out/SearchCriteria.html.md +1 -1
  45. data/doc_out/SearchRequest.html.md +3 -3
  46. data/doc_out/SuggestApi.html.md +2 -2
  47. data/doc_out/SuggestSearchCriteria.html.md +19 -0
  48. data/doc_out/SuggestSearchRequest.html.md +14 -0
  49. data/doc_out/Usage.html.md +13 -0
  50. data/doc_out/UsageItem.html.md +15 -0
  51. data/doc_out/UserSearchCriteria.html.md +20 -0
  52. data/doc_out/UserSearchRequest.html.md +19 -0
  53. data/doc_out/UsersApi.html.md +2 -120
  54. data/doc_out/UsersSearchResponse.html.md +1 -0
  55. data/doc_out/VoicemailMessageEntityListing.html.md +0 -7
  56. data/doc_out/Workspace.html.md +1 -0
  57. data/doc_out/WorkspaceCreate.html.md +1 -0
  58. data/doc_out/WorkspaceSummary.html.md +1 -0
  59. data/doc_out/index.html.md +3 -3
  60. data/lib/purecloud/api/content_management_api.rb +55 -0
  61. data/lib/purecloud/api/conversations_api.rb +121 -0
  62. data/lib/purecloud/api/groups_api.rb +6 -6
  63. data/lib/purecloud/api/languages_api.rb +2 -2
  64. data/lib/purecloud/api/locations_api.rb +8 -8
  65. data/lib/purecloud/api/presence_api.rb +2 -2
  66. data/lib/purecloud/api/recording_api.rb +5 -2
  67. data/lib/purecloud/api/routing_api.rb +2 -2
  68. data/lib/purecloud/api/search_api.rb +14 -14
  69. data/lib/purecloud/api/suggest_api.rb +2 -2
  70. data/lib/purecloud/api/users_api.rb +6 -128
  71. data/lib/purecloud/api_client.rb +1 -1
  72. data/lib/purecloud/models/additional_info.rb +155 -0
  73. data/lib/purecloud/models/authz_perm.rb +177 -0
  74. data/lib/purecloud/models/authz_permission_context.rb +7 -7
  75. data/lib/purecloud/models/callback.rb +15 -4
  76. data/lib/purecloud/models/{entity.rb → callback_identifier.rb} +15 -24
  77. data/lib/purecloud/models/callback_media_participant.rb +15 -4
  78. data/lib/purecloud/models/contact.rb +1 -1
  79. data/lib/purecloud/models/create_callback_command.rb +24 -4
  80. data/lib/purecloud/models/create_callback_response.rb +179 -0
  81. data/lib/purecloud/models/dependency.rb +13 -1
  82. data/lib/purecloud/models/dependency_object.rb +13 -1
  83. data/lib/purecloud/models/domain_edge_software_version_dto.rb +13 -13
  84. data/lib/purecloud/models/group_search_criteria.rb +260 -0
  85. data/lib/purecloud/models/group_search_request.rb +240 -0
  86. data/lib/purecloud/models/groups_search_response.rb +16 -4
  87. data/lib/purecloud/models/integration.rb +252 -0
  88. data/lib/purecloud/models/integration_configuration.rb +243 -0
  89. data/lib/purecloud/models/{deleted_resource_consumer_entity_listing.rb → integration_entity_listing.rb} +2 -2
  90. data/lib/purecloud/models/integration_status_info.rb +209 -0
  91. data/lib/purecloud/models/integration_type.rb +27 -1
  92. data/lib/purecloud/models/json_node.rb +13 -13
  93. data/lib/purecloud/models/json_node_search_response.rb +14 -4
  94. data/lib/purecloud/models/location_search_criteria.rb +260 -0
  95. data/lib/purecloud/models/location_search_request.rb +240 -0
  96. data/lib/purecloud/models/locations_search_response.rb +261 -0
  97. data/lib/purecloud/models/number_order.rb +339 -0
  98. data/lib/purecloud/models/number_order_request.rb +1 -1
  99. data/lib/purecloud/models/port_billing_address.rb +205 -0
  100. data/lib/purecloud/models/port_contact.rb +175 -0
  101. data/lib/purecloud/models/quality_audit.rb +1 -1
  102. data/lib/purecloud/models/reservation.rb +1 -1
  103. data/lib/purecloud/models/routing_data.rb +209 -0
  104. data/lib/purecloud/models/search_aggregation.rb +37 -5
  105. data/lib/purecloud/models/search_criteria.rb +22 -22
  106. data/lib/purecloud/models/search_request.rb +40 -39
  107. data/lib/purecloud/models/suggest_search_criteria.rb +240 -0
  108. data/lib/purecloud/models/suggest_search_request.rb +180 -0
  109. data/lib/purecloud/models/usage.rb +167 -0
  110. data/lib/purecloud/models/usage_item.rb +194 -0
  111. data/lib/purecloud/models/user_search_criteria.rb +260 -0
  112. data/lib/purecloud/models/user_search_request.rb +240 -0
  113. data/lib/purecloud/models/users_search_response.rb +16 -4
  114. data/lib/purecloud/models/voicemail_message_entity_listing.rb +4 -74
  115. data/lib/purecloud/models/workspace.rb +11 -1
  116. data/lib/purecloud/models/workspace_create.rb +14 -4
  117. data/lib/purecloud/models/workspace_summary.rb +14 -4
  118. data/lib/purecloud/version.rb +1 -1
  119. data/lib/purecloud.rb +23 -2
  120. data/newVersion.md +1 -1
  121. data/swagger.json +1 -1
  122. data/version.json +1 -1
  123. metadata +48 -6
data/version.json CHANGED
@@ -1 +1 @@
1
- {"major":0,"minor":40,"point":1,"changelog":{"0.36.0":{"Major":[],"Minor":[]},"0.29.1":{"Major":["Move to API v2"],"Minor":[]},"0.30.1":{"Major":["Paths removed: /api/v1/architect/audits, /api/v1/architect/ivrs, /api/v1/architect/ivrs/actions/publish, /api/v1/architect/ivrs/{ivrId}, /api/v1/architect/prompts, /api/v1/architect/prompts/{promptId}, /api/v1/architect/prompts/{promptId}/resources, /api/v1/architect/prompts/{promptId}/resources/{language}, /api/v1/architect/schedulegroups, /api/v1/architect/schedulegroups/{scheduleGroupId}, /api/v1/architect/schedules, /api/v1/architect/schedules/{scheduleId}, /api/v1/architect/systemprompts, /api/v1/architect/systemprompts/{promptId}, /api/v1/architect/systemprompts/{promptId}/resources, /api/v1/architect/systemprompts/{promptId}/resources/{language}, /api/v1/attributes, /api/v1/attributes/query, /api/v1/attributes/{attributeId}, /api/v1/authorization/licenses, /api/v1/authorization/permissions, /api/v1/authorization/products, /api/v1/authorization/roles, /api/v1/authorization/roles/default, /api/v1/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}, /api/v1/authorization/roles/{roleId}, /api/v1/authorization/roles/{roleId}/users/add, /api/v1/authorization/roles/{roleId}/users/remove, /api/v1/authorization/users/{userId}/roles, /api/v1/certificate/details, /api/v1/compliance/hipaa, /api/v1/configuration/addressvalidation, /api/v1/configuration/didpools, /api/v1/configuration/didpools/{didPoolId}, /api/v1/configuration/dids, /api/v1/configuration/dids/{didId}, /api/v1/configuration/edges, /api/v1/configuration/edges/certificateauthorities, /api/v1/configuration/edges/certificateauthorities/{certificateId}, /api/v1/configuration/edges/{edgeId}, /api/v1/configuration/edges/{edgeId}/lines, /api/v1/configuration/edges/{edgeId}/lines/{lineId}, /api/v1/configuration/edges/{edgeId}/logicalinterfaces, /api/v1/configuration/edges/{edgeId}/logicalinterfaces/{interfaceId}, /api/v1/configuration/edges/{edgeId}/logs/jobs, /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId}, /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId}/upload, /api/v1/configuration/edges/{edgeId}/physicalinterfaces, /api/v1/configuration/edges/{edgeId}/physicalinterfaces/{interfaceId}, /api/v1/configuration/edges/{edgeId}/reboot, /api/v1/configuration/edges/{edgeId}/softwareupdate, /api/v1/configuration/edges/{edgeId}/softwareversions, /api/v1/configuration/edges/{edgeId}/unpair, /api/v1/configuration/edgeversionreport, /api/v1/configuration/endpoints, /api/v1/configuration/endpoints/{endpointId}, /api/v1/configuration/extensionpools, /api/v1/configuration/extensionpools/{extensionPoolId}, /api/v1/configuration/extensions, /api/v1/configuration/extensions/{extensionId}, /api/v1/configuration/organization, /api/v1/configuration/organizations, /api/v1/configuration/organizations/{orgId}, /api/v1/configuration/recordingkeys, /api/v1/configuration/recordingkeys/rotationschedule, /api/v1/configuration/retentionpolicies, /api/v1/configuration/retentionpolicies/{policyId}, /api/v1/configuration/schemas/edges/vnext, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}, /api/v1/configuration/sites, /api/v1/configuration/sites/{siteId}, /api/v1/configuration/sites/{siteId}/numberplans, /api/v1/configuration/sites/{siteId}/numberplans/classifications, /api/v1/configuration/sites/{siteId}/numberplans/{numberPlanId}, /api/v1/configuration/sites/{siteId}/rebalance, /api/v1/configuration/uservoicemailpolicies/{userId}, /api/v1/configuration/voicemailpolicy, /api/v1/contentmanagement/auditquery, /api/v1/contentmanagement/documents, /api/v1/contentmanagement/documents/{documentId}, /api/v1/contentmanagement/documents/{documentId}/audits, /api/v1/contentmanagement/documents/{documentId}/content, /api/v1/contentmanagement/query, /api/v1/contentmanagement/securityprofiles, /api/v1/contentmanagement/securityprofiles/{securityProfileId}, /api/v1/contentmanagement/shared/{sharedId}, /api/v1/contentmanagement/shares, /api/v1/contentmanagement/shares/{shareId}, /api/v1/contentmanagement/status, /api/v1/contentmanagement/status/{statusId}, /api/v1/contentmanagement/workspaces, /api/v1/contentmanagement/workspaces/{workspaceId}, /api/v1/contentmanagement/workspaces/{workspaceId}/members, /api/v1/contentmanagement/workspaces/{workspaceId}/members/{memberId}, /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues, /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/query, /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}, /api/v1/conversations, /api/v1/conversations/fax, /api/v1/conversations/maximumconferenceparties, /api/v1/conversations/query, /api/v1/conversations/query/{anchor}, /api/v1/conversations/{conversationId}, /api/v1/conversations/{conversationId}/calls, /api/v1/conversations/{conversationId}/messages, /api/v1/conversations/{conversationId}/messages/draft, /api/v1/conversations/{conversationId}/messages/draft/attachments/{attachmentId}, /api/v1/conversations/{conversationId}/messages/{id}, /api/v1/conversations/{conversationId}/participants, /api/v1/conversations/{conversationId}/participants/{participantId}, /api/v1/conversations/{conversationId}/participants/{participantId}/attributes, /api/v1/conversations/{conversationId}/participants/{participantId}/callbacks, /api/v1/conversations/{conversationId}/participants/{participantId}/consult, /api/v1/conversations/{conversationId}/participants/{participantId}/monitor, /api/v1/conversations/{conversationId}/participants/{participantId}/replace, /api/v1/conversations/{conversationId}/participants/{participantId}/wrapup, /api/v1/conversations/{conversationId}/participants/{participantId}/wrapupcodes, /api/v1/conversations/{conversationId}/recordings, /api/v1/conversations/{conversationId}/recordings/{recordingId}, /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations, /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}, /api/v1/conversations/{conversationId}/tags, /api/v1/conversations/{conversationId}/wrapupcodes, /api/v1/date, /api/v1/downloads/callback, /api/v1/downloads/{downloadId}, /api/v1/externalcontacts/contacts, /api/v1/externalcontacts/contacts/{contactId}, /api/v1/externalcontacts/contacts/{contactId}/notes, /api/v1/externalcontacts/contacts/{contactId}/notes/{noteId}, /api/v1/externalcontacts/organizations, /api/v1/externalcontacts/organizations/{externalOrganizationId}, /api/v1/externalcontacts/organizations/{externalOrganizationId}/contacts, /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes, /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}, /api/v1/externalcontacts/organizations/{externalOrganizationId}/relationships, /api/v1/externalcontacts/relationships, /api/v1/externalcontacts/relationships/{relationshipId}, /api/v1/fax/documents, /api/v1/fax/documents/{documentId}, /api/v1/fax/documents/{documentId}/content, /api/v1/fax/summary, /api/v1/flows, /api/v1/flows/actions/checkin, /api/v1/flows/actions/checkout, /api/v1/flows/actions/deactivate, /api/v1/flows/actions/debug, /api/v1/flows/actions/revert, /api/v1/flows/{flowId}, /api/v1/flows/{flowId}/latestconfiguration, /api/v1/flows/{flowId}/publishedresults/{id}, /api/v1/flows/{flowId}/versions, /api/v1/flows/{flowId}/versions/{versionId}, /api/v1/flows/{flowId}/versions/{versionId}/configuration, /api/v1/geolocations/settings, /api/v1/greetings, /api/v1/greetings/defaults, /api/v1/greetings/{greetingId}, /api/v1/greetings/{greetingId}/media, /api/v1/groups, /api/v1/groups/{groupId}, /api/v1/groups/{groupId}/members, /api/v1/health/check, /api/v1/identityproviders, /api/v1/identityproviders/okta, /api/v1/identityproviders/onelogin, /api/v1/identityproviders/purecloud, /api/v1/identityproviders/salesforce, /api/v1/identityproviders/{providerId}, /api/v1/languages, /api/v1/languages/{languageId}, /api/v1/licensing/licenses, /api/v1/licensing/orgassignments, /api/v1/licensing/orgassignments/{id}, /api/v1/licensing/permissions, /api/v1/licensing/userassignments, /api/v1/licensing/userassignments/{id}, /api/v1/locations, /api/v1/locations/{locationId}, /api/v1/notifications/availabletopics, /api/v1/notifications/channels, /api/v1/notifications/channels/{channelId}/subscriptions, /api/v1/oauth/clients, /api/v1/oauth/clients/{clientId}, /api/v1/oauth/clients/{clientId}/secret, /api/v1/orphanrecordings, /api/v1/orphanrecordings/{orphanId}, /api/v1/outbound/audits, /api/v1/outbound/callabletimesets, /api/v1/outbound/callabletimesets/{callableTimeSetId}, /api/v1/outbound/callanalysisresponsesets, /api/v1/outbound/callanalysisresponsesets/{callAnalysisSetId}, /api/v1/outbound/campaigns, /api/v1/outbound/campaigns/progress, /api/v1/outbound/campaigns/{campaignId}, /api/v1/outbound/campaigns/{campaignId}/agents/{userId}, /api/v1/outbound/campaigns/{campaignId}/callback/schedule, /api/v1/outbound/campaigns/{campaignId}/diagnostics, /api/v1/outbound/campaigns/{campaignId}/progress, /api/v1/outbound/campaigns/{campaignId}/stats, /api/v1/outbound/contactlists, /api/v1/outbound/contactlists/penetrationrates, /api/v1/outbound/contactlists/{contactListId}, /api/v1/outbound/contactlists/{contactListId}/contacts, /api/v1/outbound/contactlists/{contactListId}/contacts/{contactId}, /api/v1/outbound/contactlists/{contactListId}/export, /api/v1/outbound/contactlists/{contactListId}/importstatus, /api/v1/outbound/contactlists/{contactListId}/{campaignId}/penetrationrate, /api/v1/outbound/conversations/{conversationId}/dnc, /api/v1/outbound/dnclists, /api/v1/outbound/dnclists/{dncListId}, /api/v1/outbound/dnclists/{dncListId}/export, /api/v1/outbound/dnclists/{dncListId}/importstatus, /api/v1/outbound/dnclists/{dncListId}/phonenumbers, /api/v1/outbound/previews, /api/v1/outbound/previews/{previewId}, /api/v1/outbound/previews/{previewId}/dispositioncall, /api/v1/outbound/previews/{previewId}/placecall, /api/v1/outbound/rulesets, /api/v1/outbound/rulesets/{ruleSetId}, /api/v1/outbound/schedules/campaigns, /api/v1/outbound/schedules/campaigns/{campaignId}, /api/v1/outbound/schedules/sequences, /api/v1/outbound/schedules/sequences/{sequenceId}, /api/v1/outbound/sequences, /api/v1/outbound/sequences/{sequenceId}, /api/v1/outbound/wrapupcodemappings, /api/v1/presencedefinitions, /api/v1/presencedefinitions/{presenceId}, /api/v1/quality/agents/activity, /api/v1/quality/calibrations, /api/v1/quality/calibrations/{calibrationId}, /api/v1/quality/conversations/{conversationId}/audits, /api/v1/quality/conversations/{conversationId}/evaluations, /api/v1/quality/conversations/{conversationId}/evaluations/{evaluationId}, /api/v1/quality/evaluations/query, /api/v1/quality/evaluations/scoring, /api/v1/quality/evaluators/activity, /api/v1/quality/forms, /api/v1/quality/forms/{formId}, /api/v1/quality/forms/{formId}/versions, /api/v1/quality/publishedforms, /api/v1/quality/publishedforms/{formId}, /api/v1/recording/mediaretentionpolicies, /api/v1/recording/mediaretentionpolicies/{policyId}, /api/v1/recording/settings, /api/v1/responsemanagement/libraries, /api/v1/responsemanagement/libraries/{libraryId}, /api/v1/responsemanagement/responses, /api/v1/responsemanagement/responses/query, /api/v1/responsemanagement/responses/{responseId}, /api/v1/routing/email/domains, /api/v1/routing/email/domains/{domain}/routes, /api/v1/routing/email/domains/{domain}/routes/{id}, /api/v1/routing/email/domains/{id}, /api/v1/routing/email/setup, /api/v1/routing/queues, /api/v1/routing/queues/{queueId}, /api/v1/routing/queues/{queueId}/estimatedwaittime, /api/v1/routing/queues/{queueId}/members, /api/v1/routing/queues/{queueId}/members/{memberId}, /api/v1/routing/queues/{queueId}/users, /api/v1/routing/queues/{queueId}/users/{memberId}, /api/v1/routing/queues/{queueId}/wrapupcodes, /api/v1/routing/queues/{queueId}/wrapupcodes/{codeId}, /api/v1/routing/skills, /api/v1/routing/utilization, /api/v1/routing/wrapupcodes, /api/v1/routing/wrapupcodes/{codeId}, /api/v1/scripts, /api/v1/search/chats, /api/v1/stations, /api/v1/stations/{id}, /api/v1/stations/{id}/associateduser, /api/v1/telephony/providers/edge/edgegroups, /api/v1/telephony/providers/edge/edgegroups/{edgeGroupId}, /api/v1/telephony/providers/edge/linebasesettings, /api/v1/telephony/providers/edge/linebasesettings/{lineBaseId}, /api/v1/telephony/providers/edge/lines, /api/v1/telephony/providers/edge/lines/template, /api/v1/telephony/providers/edge/lines/{lineId}, /api/v1/telephony/providers/edge/outboundroutes, /api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId}, /api/v1/telephony/providers/edge/phonebasesettings, /api/v1/telephony/providers/edge/phonebasesettings/availablemetabases, /api/v1/telephony/providers/edge/phonebasesettings/template, /api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId}, /api/v1/telephony/providers/edge/phones, /api/v1/telephony/providers/edge/phones/reboot, /api/v1/telephony/providers/edge/phones/template, /api/v1/telephony/providers/edge/phones/{phoneId}, /api/v1/telephony/providers/edge/phones/{phoneId}/reboot, /api/v1/telephony/providers/edge/timezones, /api/v1/telephony/providers/edge/trunkbasesettings, /api/v1/telephony/providers/edge/trunkbasesettings/availablemetabases, /api/v1/telephony/providers/edge/trunkbasesettings/template, /api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}, /api/v1/timezones, /api/v1/tokens/me, /api/v1/userrecordings, /api/v1/userrecordings/summary, /api/v1/userrecordings/{recordingId}, /api/v1/userrecordings/{recordingId}/media, /api/v1/users, /api/v1/users/me, /api/v1/users/{userId}, /api/v1/users/{userId}/callforwarding, /api/v1/users/{userId}/geolocations/{clientId}, /api/v1/users/{userId}/greetings, /api/v1/users/{userId}/greetings/defaults, /api/v1/users/{userId}/outofoffice, /api/v1/users/{userId}/presences, /api/v1/users/{userId}/presences/{source}, /api/v1/users/{userId}/primarypresence, /api/v1/users/{userId}/primarypresencesource, /api/v1/users/{userId}/queues, /api/v1/users/{userId}/queues/{queueId}, /api/v1/users/{userId}/roles, /api/v1/users/{userId}/routingstatus, /api/v1/users/{userId}/skills, /api/v1/voicemail/mailbox, /api/v1/voicemail/messages, /api/v1/voicemail/messages/{messageId}, /api/v1/voicemail/messages/{messageId}/media","Property id of model UserAuthorization was removed","Property name of model UserAuthorization was removed","Property licenses of model UserAuthorization was removed","Property selfUri of model UserAuthorization was removed","Module Not Defined","Property standardOffset of model TimeZone was removed","Module Not Defined","Property orgId of model ResourcePermissionPolicy was removed","Property wrapupCodes of model Queue was removed","Property phoneNumber of model Queue was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property searchPhrase of model SearchRequest was removed","Property searchFields of model SearchRequest was removed","Property facetRequests of model SearchRequest was removed","Property sort of model SearchRequest was removed","Property filters of model SearchRequest was removed","Module Not Defined","Module Not Defined","Property address1 of model Address was removed","Property address2 of model Address was removed","Property city of model Address was removed","Property state of model Address was removed","Property postalCode of model Address was removed","Property countryCode of model Address was removed","Module Not Defined","Property wrapupCodes of model UserQueue was removed","Property phoneNumber of model UserQueue was removed","Property adminUsername of model Organization was removed","Property adminPassword of model Organization was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property industry of model ContactSales was removed","Property estimatedUsers of model ContactSales was removed","Property licenses of model DomainOrganizationRole was removed","Property code of model DomainOrganizationRole was removed","Property accountCodeDigits of model Destination was removed","Property postConnectDigits of model Destination was removed","Property authorizedGrantTypes of model OAuthClient was removed","Property waveUri of model MediaResult was removed","Module Not Defined","Module Not Defined","Module Not Defined","Property user of model UserPresence was removed","Property modifiedBy of model UserPresence was removed","Property modifiedDate of model UserPresence was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property wrapupExpected of model Participant was removed","Property groupType of model Group was removed","Property groupImages of model Group was removed","Property groupState of model Group was removed","Module Not Defined","Module Not Defined","Property self of model Call was removed","Property other of model Call was removed","Module Not Defined","Module Not Defined","Property id of model Utilization was removed","Property name of model Utilization was removed","Property selfUri of model Utilization was removed","Module Not Defined","Module Not Defined","Property phoneNumberColumns of model Campaign was removed","Format previewTimeOutSeconds of model Campaign was changed from int32 to int64","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property isSubmitted of model Quote was removed","Property isPending of model Quote was removed","Property isFrozen of model Quote was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property mediaUri of model Recording was removed","Property waveUri of model Recording was removed","Property recordingId of model Recording was removed","Type contactCenter of model MediaSummary was changed from integer to undefined","Format contactCenter of model MediaSummary was changed from int32 to undefined","Type enterprise of model MediaSummary was changed from integer to undefined","Format enterprise of model MediaSummary was changed from int32 to undefined","Module Not Defined","Property displayName of model User was removed","Property phoneNumber of model User was removed","Property userImages of model User was removed","Property roles of model User was removed","Property voicemailEnabled of model User was removed","Property password of model User was removed","Property primaryPresence of model User was removed","Property conversations of model User was removed","Property permissions of model User was removed","Property requestedStatus of model User was removed","Property defaultStationUri of model User was removed","Property stationUri of model User was removed","Property lastStationUri of model User was removed","Property Build-Jdk of model HealthCheckInfo was removed","Property Built-By of model HealthCheckInfo was removed","Property Implementation-Build of model HealthCheckInfo was removed","Property licenses of model DomainPermission was removed","Module Not Defined","Property id of model Contact was removed","Property name of model Contact was removed","Property contactListId of model Contact was removed","Property data of model Contact was removed","Property callRecords of model Contact was removed","Property callable of model Contact was removed","Property phoneNumberStatus of model Contact was removed","Property selfUri of model Contact was removed","Module Not Defined","Module Not Defined","Path /api/v1/architect/audits is missing;","Path /api/v1/architect/ivrs is missing;","Path /api/v1/architect/ivrs/actions/publish is missing;","Path /api/v1/architect/ivrs/{ivrId} is missing;","Path /api/v1/architect/prompts is missing;","Path /api/v1/architect/prompts/{promptId} is missing;","Path /api/v1/architect/prompts/{promptId}/resources is missing;","Path /api/v1/architect/prompts/{promptId}/resources/{language} is missing;","Path /api/v1/architect/schedulegroups is missing;","Path /api/v1/architect/schedulegroups/{scheduleGroupId} is missing;","Path /api/v1/architect/schedules is missing;","Path /api/v1/architect/schedules/{scheduleId} is missing;","Path /api/v1/architect/systemprompts is missing;","Path /api/v1/architect/systemprompts/{promptId} is missing;","Path /api/v1/architect/systemprompts/{promptId}/resources is missing;","Path /api/v1/architect/systemprompts/{promptId}/resources/{language} is missing;","Path /api/v1/attributes is missing;","Path /api/v1/attributes/query is missing;","Path /api/v1/attributes/{attributeId} is missing;","Path /api/v1/authorization/licenses is missing;","Path /api/v1/authorization/permissions is missing;","Path /api/v1/authorization/products is missing;","Path /api/v1/authorization/roles is missing;","Path /api/v1/authorization/roles/default is missing;","Path /api/v1/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId} is missing;","Path /api/v1/authorization/roles/{roleId} is missing;","Path /api/v1/authorization/roles/{roleId}/users/add is missing;","Path /api/v1/authorization/roles/{roleId}/users/remove is missing;","Path /api/v1/authorization/users/{userId}/roles is missing;","Path /api/v1/certificate/details is missing;","Path /api/v1/compliance/hipaa is missing;","Path /api/v1/configuration/addressvalidation is missing;","Path /api/v1/configuration/didpools is missing;","Path /api/v1/configuration/didpools/{didPoolId} is missing;","Path /api/v1/configuration/dids is missing;","Path /api/v1/configuration/dids/{didId} is missing;","Path /api/v1/configuration/edges is missing;","Path /api/v1/configuration/edges/certificateauthorities is missing;","Path /api/v1/configuration/edges/certificateauthorities/{certificateId} is missing;","Path /api/v1/configuration/edges/{edgeId} is missing;","Path /api/v1/configuration/edges/{edgeId}/lines is missing;","Path /api/v1/configuration/edges/{edgeId}/lines/{lineId} is missing;","Path /api/v1/configuration/edges/{edgeId}/logicalinterfaces is missing;","Path /api/v1/configuration/edges/{edgeId}/logicalinterfaces/{interfaceId} is missing;","Path /api/v1/configuration/edges/{edgeId}/logs/jobs is missing;","Path /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId} is missing;","Path /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId}/upload is missing;","Path /api/v1/configuration/edges/{edgeId}/physicalinterfaces is missing;","Path /api/v1/configuration/edges/{edgeId}/physicalinterfaces/{interfaceId} is missing;","Path /api/v1/configuration/edges/{edgeId}/reboot is missing;","Path /api/v1/configuration/edges/{edgeId}/softwareupdate is missing;","Path /api/v1/configuration/edges/{edgeId}/softwareversions is missing;","Path /api/v1/configuration/edges/{edgeId}/unpair is missing;","Path /api/v1/configuration/edgeversionreport is missing;","Path /api/v1/configuration/endpoints is missing;","Path /api/v1/configuration/endpoints/{endpointId} is missing;","Path /api/v1/configuration/extensionpools is missing;","Path /api/v1/configuration/extensionpools/{extensionPoolId} is missing;","Path /api/v1/configuration/extensions is missing;","Path /api/v1/configuration/extensions/{extensionId} is missing;","Path /api/v1/configuration/organization is missing;","Path /api/v1/configuration/organizations is missing;","Path /api/v1/configuration/organizations/{orgId} is missing;","Path /api/v1/configuration/recordingkeys is missing;","Path /api/v1/configuration/recordingkeys/rotationschedule is missing;","Path /api/v1/configuration/retentionpolicies is missing;","Path /api/v1/configuration/retentionpolicies/{policyId} is missing;","Path /api/v1/configuration/schemas/edges/vnext is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory} is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType} is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId} is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId} is missing;","Path /api/v1/configuration/sites is missing;","Path /api/v1/configuration/sites/{siteId} is missing;","Path /api/v1/configuration/sites/{siteId}/numberplans is missing;","Path /api/v1/configuration/sites/{siteId}/numberplans/classifications is missing;","Path /api/v1/configuration/sites/{siteId}/numberplans/{numberPlanId} is missing;","Path /api/v1/configuration/sites/{siteId}/rebalance is missing;","Path /api/v1/configuration/uservoicemailpolicies/{userId} is missing;","Path /api/v1/configuration/voicemailpolicy is missing;","Path /api/v1/contentmanagement/auditquery is missing;","Path /api/v1/contentmanagement/documents is missing;","Path /api/v1/contentmanagement/documents/{documentId} is missing;","Path /api/v1/contentmanagement/documents/{documentId}/audits is missing;","Path /api/v1/contentmanagement/documents/{documentId}/content is missing;","Path /api/v1/contentmanagement/query is missing;","Path /api/v1/contentmanagement/securityprofiles is missing;","Path /api/v1/contentmanagement/securityprofiles/{securityProfileId} is missing;","Path /api/v1/contentmanagement/shared/{sharedId} is missing;","Path /api/v1/contentmanagement/shares is missing;","Path /api/v1/contentmanagement/shares/{shareId} is missing;","Path /api/v1/contentmanagement/status is missing;","Path /api/v1/contentmanagement/status/{statusId} is missing;","Path /api/v1/contentmanagement/workspaces is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId} is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/members is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/members/{memberId} is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/query is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} is missing;","Path /api/v1/conversations is missing;","Path /api/v1/conversations/fax is missing;","Path /api/v1/conversations/maximumconferenceparties is missing;","Path /api/v1/conversations/query is missing;","Path /api/v1/conversations/query/{anchor} is missing;","Path /api/v1/conversations/{conversationId} is missing;","Path /api/v1/conversations/{conversationId}/calls is missing;","Path /api/v1/conversations/{conversationId}/messages is missing;","Path /api/v1/conversations/{conversationId}/messages/draft is missing;","Path /api/v1/conversations/{conversationId}/messages/draft/attachments/{attachmentId} is missing;","Path /api/v1/conversations/{conversationId}/messages/{id} is missing;","Path /api/v1/conversations/{conversationId}/participants is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId} is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/attributes is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/callbacks is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/consult is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/monitor is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/replace is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/wrapup is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/wrapupcodes is missing;","Path /api/v1/conversations/{conversationId}/recordings is missing;","Path /api/v1/conversations/{conversationId}/recordings/{recordingId} is missing;","Path /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations is missing;","Path /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} is missing;","Path /api/v1/conversations/{conversationId}/tags is missing;","Path /api/v1/conversations/{conversationId}/wrapupcodes is missing;","Path /api/v1/date is missing;","Path /api/v1/downloads/callback is missing;","Path /api/v1/downloads/{downloadId} is missing;","Path /api/v1/externalcontacts/contacts is missing;","Path /api/v1/externalcontacts/contacts/{contactId} is missing;","Path /api/v1/externalcontacts/contacts/{contactId}/notes is missing;","Path /api/v1/externalcontacts/contacts/{contactId}/notes/{noteId} is missing;","Path /api/v1/externalcontacts/organizations is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId} is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/contacts is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/relationships is missing;","Path /api/v1/externalcontacts/relationships is missing;","Path /api/v1/externalcontacts/relationships/{relationshipId} is missing;","Path /api/v1/fax/documents is missing;","Path /api/v1/fax/documents/{documentId} is missing;","Path /api/v1/fax/documents/{documentId}/content is missing;","Path /api/v1/fax/summary is missing;","Path /api/v1/flows is missing;","Path /api/v1/flows/actions/checkin is missing;","Path /api/v1/flows/actions/checkout is missing;","Path /api/v1/flows/actions/deactivate is missing;","Path /api/v1/flows/actions/debug is missing;","Path /api/v1/flows/actions/revert is missing;","Path /api/v1/flows/{flowId} is missing;","Path /api/v1/flows/{flowId}/latestconfiguration is missing;","Path /api/v1/flows/{flowId}/publishedresults/{id} is missing;","Path /api/v1/flows/{flowId}/versions is missing;","Path /api/v1/flows/{flowId}/versions/{versionId} is missing;","Path /api/v1/flows/{flowId}/versions/{versionId}/configuration is missing;","Path /api/v1/geolocations/settings is missing;","Path /api/v1/greetings is missing;","Path /api/v1/greetings/defaults is missing;","Path /api/v1/greetings/{greetingId} is missing;","Path /api/v1/greetings/{greetingId}/media is missing;","Path /api/v1/groups is missing;","Path /api/v1/groups/{groupId} is missing;","Path /api/v1/groups/{groupId}/members is missing;","Path /api/v1/health/check is missing;","Path /api/v1/identityproviders is missing;","Path /api/v1/identityproviders/okta is missing;","Path /api/v1/identityproviders/onelogin is missing;","Path /api/v1/identityproviders/purecloud is missing;","Path /api/v1/identityproviders/salesforce is missing;","Path /api/v1/identityproviders/{providerId} is missing;","Path /api/v1/languages is missing;","Path /api/v1/languages/{languageId} is missing;","Path /api/v1/licensing/licenses is missing;","Path /api/v1/licensing/orgassignments is missing;","Path /api/v1/licensing/orgassignments/{id} is missing;","Path /api/v1/licensing/permissions is missing;","Path /api/v1/licensing/userassignments is missing;","Path /api/v1/licensing/userassignments/{id} is missing;","Path /api/v1/locations is missing;","Path /api/v1/locations/{locationId} is missing;","Path /api/v1/notifications/availabletopics is missing;","Path /api/v1/notifications/channels is missing;","Path /api/v1/notifications/channels/{channelId}/subscriptions is missing;","Path /api/v1/oauth/clients is missing;","Path /api/v1/oauth/clients/{clientId} is missing;","Path /api/v1/oauth/clients/{clientId}/secret is missing;","Path /api/v1/orphanrecordings is missing;","Path /api/v1/orphanrecordings/{orphanId} is missing;","Path /api/v1/outbound/audits is missing;","Path /api/v1/outbound/callabletimesets is missing;","Path /api/v1/outbound/callabletimesets/{callableTimeSetId} is missing;","Path /api/v1/outbound/callanalysisresponsesets is missing;","Path /api/v1/outbound/callanalysisresponsesets/{callAnalysisSetId} is missing;","Path /api/v1/outbound/campaigns is missing;","Path /api/v1/outbound/campaigns/progress is missing;","Path /api/v1/outbound/campaigns/{campaignId} is missing;","Path /api/v1/outbound/campaigns/{campaignId}/agents/{userId} is missing;","Path /api/v1/outbound/campaigns/{campaignId}/callback/schedule is missing;","Path /api/v1/outbound/campaigns/{campaignId}/diagnostics is missing;","Path /api/v1/outbound/campaigns/{campaignId}/progress is missing;","Path /api/v1/outbound/campaigns/{campaignId}/stats is missing;","Path /api/v1/outbound/contactlists is missing;","Path /api/v1/outbound/contactlists/penetrationrates is missing;","Path /api/v1/outbound/contactlists/{contactListId} is missing;","Path /api/v1/outbound/contactlists/{contactListId}/contacts is missing;","Path /api/v1/outbound/contactlists/{contactListId}/contacts/{contactId} is missing;","Path /api/v1/outbound/contactlists/{contactListId}/export is missing;","Path /api/v1/outbound/contactlists/{contactListId}/importstatus is missing;","Path /api/v1/outbound/contactlists/{contactListId}/{campaignId}/penetrationrate is missing;","Path /api/v1/outbound/conversations/{conversationId}/dnc is missing;","Path /api/v1/outbound/dnclists is missing;","Path /api/v1/outbound/dnclists/{dncListId} is missing;","Path /api/v1/outbound/dnclists/{dncListId}/export is missing;","Path /api/v1/outbound/dnclists/{dncListId}/importstatus is missing;","Path /api/v1/outbound/dnclists/{dncListId}/phonenumbers is missing;","Path /api/v1/outbound/previews is missing;","Path /api/v1/outbound/previews/{previewId} is missing;","Path /api/v1/outbound/previews/{previewId}/dispositioncall is missing;","Path /api/v1/outbound/previews/{previewId}/placecall is missing;","Path /api/v1/outbound/rulesets is missing;","Path /api/v1/outbound/rulesets/{ruleSetId} is missing;","Path /api/v1/outbound/schedules/campaigns is missing;","Path /api/v1/outbound/schedules/campaigns/{campaignId} is missing;","Path /api/v1/outbound/schedules/sequences is missing;","Path /api/v1/outbound/schedules/sequences/{sequenceId} is missing;","Path /api/v1/outbound/sequences is missing;","Path /api/v1/outbound/sequences/{sequenceId} is missing;","Path /api/v1/outbound/wrapupcodemappings is missing;","Path /api/v1/presencedefinitions is missing;","Path /api/v1/presencedefinitions/{presenceId} is missing;","Path /api/v1/quality/agents/activity is missing;","Path /api/v1/quality/calibrations is missing;","Path /api/v1/quality/calibrations/{calibrationId} is missing;","Path /api/v1/quality/conversations/{conversationId}/audits is missing;","Path /api/v1/quality/conversations/{conversationId}/evaluations is missing;","Path /api/v1/quality/conversations/{conversationId}/evaluations/{evaluationId} is missing;","Path /api/v1/quality/evaluations/query is missing;","Path /api/v1/quality/evaluations/scoring is missing;","Path /api/v1/quality/evaluators/activity is missing;","Path /api/v1/quality/forms is missing;","Path /api/v1/quality/forms/{formId} is missing;","Path /api/v1/quality/forms/{formId}/versions is missing;","Path /api/v1/quality/publishedforms is missing;","Path /api/v1/quality/publishedforms/{formId} is missing;","Path /api/v1/recording/mediaretentionpolicies is missing;","Path /api/v1/recording/mediaretentionpolicies/{policyId} is missing;","Path /api/v1/recording/settings is missing;","Path /api/v1/responsemanagement/libraries is missing;","Path /api/v1/responsemanagement/libraries/{libraryId} is missing;","Path /api/v1/responsemanagement/responses is missing;","Path /api/v1/responsemanagement/responses/query is missing;","Path /api/v1/responsemanagement/responses/{responseId} is missing;","Path /api/v1/routing/email/domains is missing;","Path /api/v1/routing/email/domains/{domain}/routes is missing;","Path /api/v1/routing/email/domains/{domain}/routes/{id} is missing;","Path /api/v1/routing/email/domains/{id} is missing;","Path /api/v1/routing/email/setup is missing;","Path /api/v1/routing/queues is missing;","Path /api/v1/routing/queues/{queueId} is missing;","Path /api/v1/routing/queues/{queueId}/estimatedwaittime is missing;","Path /api/v1/routing/queues/{queueId}/members is missing;","Path /api/v1/routing/queues/{queueId}/members/{memberId} is missing;","Path /api/v1/routing/queues/{queueId}/users is missing;","Path /api/v1/routing/queues/{queueId}/users/{memberId} is missing;","Path /api/v1/routing/queues/{queueId}/wrapupcodes is missing;","Path /api/v1/routing/queues/{queueId}/wrapupcodes/{codeId} is missing;","Path /api/v1/routing/skills is missing;","Path /api/v1/routing/utilization is missing;","Path /api/v1/routing/wrapupcodes is missing;","Path /api/v1/routing/wrapupcodes/{codeId} is missing;","Path /api/v1/scripts is missing;","Path /api/v1/search/chats is missing;","Path /api/v1/stations is missing;","Path /api/v1/stations/{id} is missing;","Path /api/v1/stations/{id}/associateduser is missing;","Path /api/v1/telephony/providers/edge/edgegroups is missing;","Path /api/v1/telephony/providers/edge/edgegroups/{edgeGroupId} is missing;","Path /api/v1/telephony/providers/edge/linebasesettings is missing;","Path /api/v1/telephony/providers/edge/linebasesettings/{lineBaseId} is missing;","Path /api/v1/telephony/providers/edge/lines is missing;","Path /api/v1/telephony/providers/edge/lines/template is missing;","Path /api/v1/telephony/providers/edge/lines/{lineId} is missing;","Path /api/v1/telephony/providers/edge/outboundroutes is missing;","Path /api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId} is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings/availablemetabases is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings/template is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId} is missing;","Path /api/v1/telephony/providers/edge/phones is missing;","Path /api/v1/telephony/providers/edge/phones/reboot is missing;","Path /api/v1/telephony/providers/edge/phones/template is missing;","Path /api/v1/telephony/providers/edge/phones/{phoneId} is missing;","Path /api/v1/telephony/providers/edge/phones/{phoneId}/reboot is missing;","Path /api/v1/telephony/providers/edge/timezones is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings/availablemetabases is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings/template is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId} is missing;","Path /api/v1/timezones is missing;","Path /api/v1/tokens/me is missing;","Path /api/v1/userrecordings is missing;","Path /api/v1/userrecordings/summary is missing;","Path /api/v1/userrecordings/{recordingId} is missing;","Path /api/v1/userrecordings/{recordingId}/media is missing;","Path /api/v1/users is missing;","Path /api/v1/users/me is missing;","Path /api/v1/users/{userId} is missing;","Path /api/v1/users/{userId}/callforwarding is missing;","Path /api/v1/users/{userId}/geolocations/{clientId} is missing;","Path /api/v1/users/{userId}/greetings is missing;","Path /api/v1/users/{userId}/greetings/defaults is missing;","Path /api/v1/users/{userId}/outofoffice is missing;","Path /api/v1/users/{userId}/presences is missing;","Path /api/v1/users/{userId}/presences/{source} is missing;","Path /api/v1/users/{userId}/primarypresence is missing;","Path /api/v1/users/{userId}/primarypresencesource is missing;","Path /api/v1/users/{userId}/queues is missing;","Path /api/v1/users/{userId}/queues/{queueId} is missing;","Path /api/v1/users/{userId}/roles is missing;","Path /api/v1/users/{userId}/routingstatus is missing;","Path /api/v1/users/{userId}/skills is missing;","Path /api/v1/voicemail/mailbox is missing;","Path /api/v1/voicemail/messages is missing;","Path /api/v1/voicemail/messages/{messageId} is missing;","Path /api/v1/voicemail/messages/{messageId}/media is missing;"],"Minor":["Paths added /api/v2/alerting/interactionstats/alerts, /api/v2/alerting/interactionstats/alerts/unread, /api/v2/alerting/interactionstats/alerts/{alertId}, /api/v2/alerting/interactionstats/rules, /api/v2/alerting/interactionstats/rules/{ruleId}, /api/v2/analytics/conversations/aggregates/query, /api/v2/analytics/conversations/details/query, /api/v2/analytics/conversations/{conversationId}/details, /api/v2/analytics/conversations/{conversationId}/details/properties, /api/v2/analytics/evaluations/aggregates/query, /api/v2/analytics/queues/observations/query, /api/v2/analytics/reporting/metadata, /api/v2/analytics/reporting/reportformats, /api/v2/analytics/reporting/schedules, /api/v2/analytics/reporting/schedules/{scheduleId}, /api/v2/analytics/reporting/schedules/{scheduleId}/history, /api/v2/analytics/reporting/schedules/{scheduleId}/history/latest, /api/v2/analytics/reporting/schedules/{scheduleId}/history/{runId}, /api/v2/analytics/reporting/schedules/{scheduleId}/runreport, /api/v2/analytics/reporting/timeperiods, /api/v2/analytics/reporting/{reportId}/metadata, /api/v2/analytics/users/aggregates/query, /api/v2/analytics/users/observations/query, /api/v2/attributes, /api/v2/attributes/query, /api/v2/attributes/{attributeId}, /api/v2/authorization/permissions, /api/v2/authorization/products, /api/v2/authorization/roles, /api/v2/authorization/roles/default, /api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}, /api/v2/authorization/roles/{roleId}, /api/v2/authorization/roles/{roleId}/users/add, /api/v2/authorization/roles/{roleId}/users/remove, /api/v2/callbacks, /api/v2/callbacks/participants/{participantId}, /api/v2/callbacks/participants/{participantId}/attributes, /api/v2/callbacks/participants/{participantId}/replace, /api/v2/callbacks/participants/{participantId}/wrapup, /api/v2/callbacks/participants/{participantId}/wrapupcodes, /api/v2/callbacks/{conversationId}, /api/v2/calls, /api/v2/calls/maximumconferenceparties, /api/v2/calls/participants/{participantId}, /api/v2/calls/participants/{participantId}/attributes, /api/v2/calls/participants/{participantId}/replace, /api/v2/calls/participants/{participantId}/wrapup, /api/v2/calls/participants/{participantId}/wrapupcodes, /api/v2/calls/{conversationId}, /api/v2/calls/{conversationId}/participants, /api/v2/calls/{conversationId}/participants/{participantId}/consult, /api/v2/calls/{conversationId}/participants/{participantId}/monitor, /api/v2/certificate/details, /api/v2/chats, /api/v2/chats/participants/{participantId}, /api/v2/chats/participants/{participantId}/attributes, /api/v2/chats/participants/{participantId}/replace, /api/v2/chats/participants/{participantId}/wrapup, /api/v2/chats/participants/{participantId}/wrapupcodes, /api/v2/chats/{conversationId}, /api/v2/compliance/hipaa, /api/v2/configuration/recordingkeys, /api/v2/configuration/recordingkeys/rotationschedule, /api/v2/configuration/retentionpolicies, /api/v2/configuration/retentionpolicies/{policyId}, /api/v2/configuration/schemas/edges/vnext, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}, /api/v2/configuration/uservoicemailpolicies/{userId}, /api/v2/configuration/voicemailpolicy, /api/v2/contentmanagement/auditquery, /api/v2/contentmanagement/documents, /api/v2/contentmanagement/documents/{documentId}, /api/v2/contentmanagement/documents/{documentId}/audits, /api/v2/contentmanagement/documents/{documentId}/content, /api/v2/contentmanagement/query, /api/v2/contentmanagement/securityprofiles, /api/v2/contentmanagement/securityprofiles/{securityProfileId}, /api/v2/contentmanagement/shared/{sharedId}, /api/v2/contentmanagement/shares, /api/v2/contentmanagement/shares/{shareId}, /api/v2/contentmanagement/status, /api/v2/contentmanagement/status/{statusId}, /api/v2/contentmanagement/workspaces, /api/v2/contentmanagement/workspaces/{workspaceId}, /api/v2/contentmanagement/workspaces/{workspaceId}/members, /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}, /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues, /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/query, /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}, /api/v2/conversations, /api/v2/conversations/faxes, /api/v2/conversations/{conversationId}, /api/v2/conversations/{conversationId}/participants/{participantId}, /api/v2/conversations/{conversationId}/participants/{participantId}/attributes, /api/v2/conversations/{conversationId}/participants/{participantId}/callbacks, /api/v2/conversations/{conversationId}/participants/{participantId}/replace, /api/v2/conversations/{conversationId}/participants/{participantId}/wrapup, /api/v2/conversations/{conversationId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/{conversationId}/recordings, /api/v2/conversations/{conversationId}/recordings/{recordingId}, /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations, /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}, /api/v2/date, /api/v2/downloads/callback, /api/v2/downloads/{downloadId}, /api/v2/emails, /api/v2/emails/participants/{participantId}, /api/v2/emails/participants/{participantId}/attributes, /api/v2/emails/participants/{participantId}/replace, /api/v2/emails/participants/{participantId}/wrapup, /api/v2/emails/participants/{participantId}/wrapupcodes, /api/v2/emails/{conversationId}, /api/v2/emails/{conversationId}/messages, /api/v2/emails/{conversationId}/messages/draft, /api/v2/emails/{conversationId}/messages/draft/attachments/{attachmentId}, /api/v2/emails/{conversationId}/messages/{messageId}, /api/v2/externalcontacts/contacts, /api/v2/externalcontacts/contacts/{contactId}, /api/v2/externalcontacts/contacts/{contactId}/notes, /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}, /api/v2/externalcontacts/organizations, /api/v2/externalcontacts/organizations/{externalOrganizationId}, /api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts, /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes, /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}, /api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships, /api/v2/externalcontacts/relationships, /api/v2/externalcontacts/relationships/{relationshipId}, /api/v2/fax/documents, /api/v2/fax/documents/{documentId}, /api/v2/fax/documents/{documentId}/content, /api/v2/fax/summary, /api/v2/geolocations/settings, /api/v2/greetings, /api/v2/greetings/defaults, /api/v2/greetings/{greetingId}, /api/v2/greetings/{greetingId}/media, /api/v2/groups, /api/v2/groups/search, /api/v2/groups/{groupId}, /api/v2/groups/{groupId}/members, /api/v2/identityproviders, /api/v2/identityproviders/okta, /api/v2/identityproviders/onelogin, /api/v2/identityproviders/purecloud, /api/v2/identityproviders/salesforce, /api/v2/identityproviders/{providerId}, /api/v2/integrations/types, /api/v2/integrations/types/{id}, /api/v2/integrations/workforcemanagement/vendorconnection, /api/v2/languages, /api/v2/languages/{languageId}, /api/v2/licensing/licenses, /api/v2/licensing/orgassignments, /api/v2/licensing/orgassignments/{id}, /api/v2/licensing/permissions, /api/v2/licensing/userassignments, /api/v2/licensing/userassignments/{id}, /api/v2/locations, /api/v2/locations/{locationId}, /api/v2/notifications/availabletopics, /api/v2/notifications/channels, /api/v2/notifications/channels/{channelId}/subscriptions, /api/v2/oauth/clients, /api/v2/oauth/clients/{clientId}, /api/v2/oauth/clients/{clientId}/secret, /api/v2/organizations, /api/v2/organizations/me, /api/v2/orphanrecordings, /api/v2/orphanrecordings/{orphanId}, /api/v2/outbound/audits, /api/v2/outbound/callabletimesets, /api/v2/outbound/callabletimesets/{callableTimeSetId}, /api/v2/outbound/callanalysisresponsesets, /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}, /api/v2/outbound/campaigns, /api/v2/outbound/campaigns/progress, /api/v2/outbound/campaigns/{campaignId}, /api/v2/outbound/campaigns/{campaignId}/agents/{userId}, /api/v2/outbound/campaigns/{campaignId}/callback/schedule, /api/v2/outbound/campaigns/{campaignId}/diagnostics, /api/v2/outbound/campaigns/{campaignId}/progress, /api/v2/outbound/campaigns/{campaignId}/stats, /api/v2/outbound/contactlists, /api/v2/outbound/contactlists/{contactListId}, /api/v2/outbound/contactlists/{contactListId}/contacts, /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}, /api/v2/outbound/contactlists/{contactListId}/export, /api/v2/outbound/contactlists/{contactListId}/importstatus, /api/v2/outbound/conversations/{conversationId}/dnc, /api/v2/outbound/dnclists, /api/v2/outbound/dnclists/{dncListId}, /api/v2/outbound/dnclists/{dncListId}/export, /api/v2/outbound/dnclists/{dncListId}/importstatus, /api/v2/outbound/dnclists/{dncListId}/phonenumbers, /api/v2/outbound/rulesets, /api/v2/outbound/rulesets/{ruleSetId}, /api/v2/outbound/schedules/campaigns, /api/v2/outbound/schedules/campaigns/{campaignId}, /api/v2/outbound/schedules/sequences, /api/v2/outbound/schedules/sequences/{sequenceId}, /api/v2/outbound/sequences, /api/v2/outbound/sequences/{sequenceId}, /api/v2/outbound/wrapupcodemappings, /api/v2/presencedefinitions, /api/v2/presencedefinitions/{presenceId}, /api/v2/quality/agents/activity, /api/v2/quality/calibrations, /api/v2/quality/calibrations/{calibrationId}, /api/v2/quality/conversations/{conversationId}/audits, /api/v2/quality/conversations/{conversationId}/evaluations, /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}, /api/v2/quality/evaluations/query, /api/v2/quality/evaluations/scoring, /api/v2/quality/evaluators/activity, /api/v2/quality/forms, /api/v2/quality/forms/{formId}, /api/v2/quality/forms/{formId}/versions, /api/v2/quality/publishedforms, /api/v2/quality/publishedforms/{formId}, /api/v2/recording/mediaretentionpolicies, /api/v2/recording/mediaretentionpolicies/{policyId}, /api/v2/recording/settings, /api/v2/responsemanagement/libraries, /api/v2/responsemanagement/libraries/{libraryId}, /api/v2/responsemanagement/responses, /api/v2/responsemanagement/responses/query, /api/v2/responsemanagement/responses/{responseId}, /api/v2/routing/email/domains, /api/v2/routing/email/domains/{domain}/routes, /api/v2/routing/email/domains/{domain}/routes/{id}, /api/v2/routing/email/domains/{id}, /api/v2/routing/email/setup, /api/v2/routing/queues, /api/v2/routing/queues/{queueId}, /api/v2/routing/queues/{queueId}/estimatedwaittime, /api/v2/routing/queues/{queueId}/users, /api/v2/routing/queues/{queueId}/users/{memberId}, /api/v2/routing/queues/{queueId}/wrapupcodes, /api/v2/routing/queues/{queueId}/wrapupcodes/{codeId}, /api/v2/routing/skills, /api/v2/routing/skills/{skillId}, /api/v2/routing/utilization, /api/v2/routing/wrapupcodes, /api/v2/routing/wrapupcodes/{codeId}, /api/v2/scripts, /api/v2/search, /api/v2/socials, /api/v2/socials/participants/{participantId}, /api/v2/socials/participants/{participantId}/attributes, /api/v2/socials/participants/{participantId}/replace, /api/v2/socials/participants/{participantId}/wrapup, /api/v2/socials/participants/{participantId}/wrapupcodes, /api/v2/socials/{conversationId}, /api/v2/stations, /api/v2/stations/{id}, /api/v2/stations/{id}/associateduser, /api/v2/telephony/providers/edge, /api/v2/telephony/providers/edge/addressvalidation, /api/v2/telephony/providers/edge/certificateauthorities, /api/v2/telephony/providers/edge/certificateauthorities/{certificateId}, /api/v2/telephony/providers/edge/didpools, /api/v2/telephony/providers/edge/didpools/{didPoolId}, /api/v2/telephony/providers/edge/dids, /api/v2/telephony/providers/edge/dids/{didId}, /api/v2/telephony/providers/edge/edgegroups, /api/v2/telephony/providers/edge/edgegroups/{edgeGroupId}, /api/v2/telephony/providers/edge/edgeversionreport, /api/v2/telephony/providers/edge/endpoints, /api/v2/telephony/providers/edge/endpoints/{endpointId}, /api/v2/telephony/providers/edge/extensionpools, /api/v2/telephony/providers/edge/extensionpools/{extensionPoolId}, /api/v2/telephony/providers/edge/extensions, /api/v2/telephony/providers/edge/extensions/{extensionId}, /api/v2/telephony/providers/edge/linebasesettings, /api/v2/telephony/providers/edge/linebasesettings/{lineBaseId}, /api/v2/telephony/providers/edge/lines, /api/v2/telephony/providers/edge/lines/template, /api/v2/telephony/providers/edge/lines/{lineId}, /api/v2/telephony/providers/edge/outboundroutes, /api/v2/telephony/providers/edge/outboundroutes/{outboundRouteId}, /api/v2/telephony/providers/edge/phonebasesettings, /api/v2/telephony/providers/edge/phonebasesettings/availablemetabases, /api/v2/telephony/providers/edge/phonebasesettings/template, /api/v2/telephony/providers/edge/phonebasesettings/{phoneBaseId}, /api/v2/telephony/providers/edge/phones, /api/v2/telephony/providers/edge/phones/reboot, /api/v2/telephony/providers/edge/phones/template, /api/v2/telephony/providers/edge/phones/{phoneId}, /api/v2/telephony/providers/edge/phones/{phoneId}/reboot, /api/v2/telephony/providers/edge/sites, /api/v2/telephony/providers/edge/sites/{siteId}, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/classifications, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/{numberPlanId}, /api/v2/telephony/providers/edge/sites/{siteId}/rebalance, /api/v2/telephony/providers/edge/timezones, /api/v2/telephony/providers/edge/trunkbasesettings, /api/v2/telephony/providers/edge/trunkbasesettings/availablemetabases, /api/v2/telephony/providers/edge/trunkbasesettings/template, /api/v2/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}, /api/v2/telephony/providers/edge/{edgeId}, /api/v2/telephony/providers/edge/{edgeId}/lines, /api/v2/telephony/providers/edge/{edgeId}/lines/{lineId}, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}/upload, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/reboot, /api/v2/telephony/providers/edge/{edgeId}/softwareupdate, /api/v2/telephony/providers/edge/{edgeId}/softwareversions, /api/v2/telephony/providers/edge/{edgeId}/unpair, /api/v2/timezones, /api/v2/tokens/me, /api/v2/userrecordings, /api/v2/userrecordings/summary, /api/v2/userrecordings/{recordingId}, /api/v2/userrecordings/{recordingId}/media, /api/v2/users, /api/v2/users/me, /api/v2/users/search, /api/v2/users/{userId}, /api/v2/users/{userId}/callforwarding, /api/v2/users/{userId}/geolocations/{clientId}, /api/v2/users/{userId}/greetings, /api/v2/users/{userId}/greetings/defaults, /api/v2/users/{userId}/outofoffice, /api/v2/users/{userId}/presences/{source}, /api/v2/users/{userId}/queues, /api/v2/users/{userId}/queues/{queueId}, /api/v2/users/{userId}/roles, /api/v2/users/{userId}/routingskills, /api/v2/users/{userId}/routingskills/{skillId}, /api/v2/users/{userId}/routingstatus, /api/v2/videos, /api/v2/videos/participants/{participantId}, /api/v2/videos/participants/{participantId}/attributes, /api/v2/videos/participants/{participantId}/replace, /api/v2/videos/participants/{participantId}/wrapup, /api/v2/videos/participants/{participantId}/wrapupcodes, /api/v2/videos/{conversationId}, /api/v2/voicemail/mailbox, /api/v2/voicemail/messages, /api/v2/voicemail/messages/{messageId}, /api/v2/voicemail/messages/{messageId}/media","Property selfUri of model ManagementUnit was added","Property languageDefault of model SystemPromptAsset was added","Property tags of model SystemPromptAsset was added","Property types of model SearchRequest was added","Property sortOrder of model SearchRequest was added","Property query of model SearchRequest was added","Property sortBy of model SearchRequest was added","Property returnFields of model SearchRequest was added","Property aggregations of model SearchRequest was added","Property expand of model SearchRequest was added","Property languageDefault of model PromptAsset was added","Property tags of model PromptAsset was added","Property country of model Address was added","Property A1 of model Address was added","Property A3 of model Address was added","Property RD of model Address was added","Property HNO of model Address was added","Property LOC of model Address was added","Property NAM of model Address was added","Property PC of model Address was added","Property name of model ContactList was added","Property dateCreated of model ContactList was added","Property dateModified of model ContactList was added","Property version of model ContactList was added","Property columnNames of model ContactList was added","Property phoneColumns of model ContactList was added","Property importStatus of model ContactList was added","Property previewModeColumnName of model ContactList was added","Property previewModeAcceptedValues of model ContactList was added","Property size of model ContactList was added","Property authorizedGrantType of model OAuthClient was added","Property primary of model UserPresence was added","Property dateModified of model Group was added","Property state of model Group was added","Property images of model Group was added","Property addresses of model Group was added","Property disconnectReasons of model Call was added","Property inheritPhoneTrunkBasesIPv4 of model DomainLogicalInterface was added","Property inheritPhoneTrunkBasesIPv6 of model DomainLogicalInterface was added","Property dateCreated of model Campaign was added","Property dateModified of model Campaign was added","Property version of model Campaign was added","Property contactList of model Campaign was added","Property queue of model Campaign was added","Property dialingMode of model Campaign was added","Property script of model Campaign was added","Property edgeGroup of model Campaign was added","Property campaignStatus of model Campaign was added","Property phoneColumns of model Campaign was added","Property abandonRate of model Campaign was added","Property dncLists of model Campaign was added","Property callableTimeSet of model Campaign was added","Property callAnalysisResponseSet of model Campaign was added","Property errors of model Campaign was added","Property callerName of model Campaign was added","Property callerAddress of model Campaign was added","Property outboundLineCount of model Campaign was added","Property ruleSets of model Campaign was added","Property singleNumberPreview of model Campaign was added","Property type of model Station was added","Property sessionId of model Recording was added","Property primaryContactInfo of model User was added","Property addresses of model User was added","Property state of model User was added","Property images of model User was added","Property version of model User was added","Property presence of model User was added","Property station of model User was added","Property authorization of model User was added","Property address of model Contact was added","Property display of model Contact was added","Property mediaType of model Contact was added","Property type of model Contact was added"]},"0.31.1":{"Major":["Paths removed: /api/v2/callbacks, /api/v2/callbacks/participants/{participantId}, /api/v2/callbacks/participants/{participantId}/attributes, /api/v2/callbacks/participants/{participantId}/replace, /api/v2/callbacks/participants/{participantId}/wrapup, /api/v2/callbacks/participants/{participantId}/wrapupcodes, /api/v2/callbacks/{conversationId}, /api/v2/calls, /api/v2/calls/maximumconferenceparties, /api/v2/calls/participants/{participantId}, /api/v2/calls/participants/{participantId}/attributes, /api/v2/calls/participants/{participantId}/replace, /api/v2/calls/participants/{participantId}/wrapup, /api/v2/calls/participants/{participantId}/wrapupcodes, /api/v2/calls/{conversationId}, /api/v2/calls/{conversationId}/participants, /api/v2/calls/{conversationId}/participants/{participantId}/consult, /api/v2/calls/{conversationId}/participants/{participantId}/monitor, /api/v2/chats, /api/v2/chats/participants/{participantId}, /api/v2/chats/participants/{participantId}/attributes, /api/v2/chats/participants/{participantId}/replace, /api/v2/chats/participants/{participantId}/wrapup, /api/v2/chats/participants/{participantId}/wrapupcodes, /api/v2/chats/{conversationId}, /api/v2/compliance/hipaa, /api/v2/configuration/recordingkeys, /api/v2/configuration/recordingkeys/rotationschedule, /api/v2/configuration/retentionpolicies, /api/v2/configuration/retentionpolicies/{policyId}, /api/v2/configuration/uservoicemailpolicies/{userId}, /api/v2/configuration/voicemailpolicy, /api/v2/downloads/callback, /api/v2/downloads/{downloadId}, /api/v2/emails, /api/v2/emails/participants/{participantId}, /api/v2/emails/participants/{participantId}/attributes, /api/v2/emails/participants/{participantId}/replace, /api/v2/emails/participants/{participantId}/wrapup, /api/v2/emails/participants/{participantId}/wrapupcodes, /api/v2/emails/{conversationId}, /api/v2/emails/{conversationId}/messages, /api/v2/emails/{conversationId}/messages/draft, /api/v2/emails/{conversationId}/messages/draft/attachments/{attachmentId}, /api/v2/emails/{conversationId}/messages/{messageId}, /api/v2/integrations/types, /api/v2/integrations/types/{id}, /api/v2/integrations/workforcemanagement/vendorconnection, /api/v2/licensing/licenses, /api/v2/licensing/orgassignments, /api/v2/licensing/orgassignments/{id}, /api/v2/licensing/permissions, /api/v2/licensing/userassignments, /api/v2/licensing/userassignments/{id}, /api/v2/organizations, /api/v2/scripts, /api/v2/socials, /api/v2/socials/participants/{participantId}, /api/v2/socials/participants/{participantId}/attributes, /api/v2/socials/participants/{participantId}/replace, /api/v2/socials/participants/{participantId}/wrapup, /api/v2/socials/participants/{participantId}/wrapupcodes, /api/v2/socials/{conversationId}, /api/v2/telephony/providers/edge, /api/v2/telephony/providers/edge/addressvalidation, /api/v2/telephony/providers/edge/certificateauthorities, /api/v2/telephony/providers/edge/certificateauthorities/{certificateId}, /api/v2/telephony/providers/edge/didpools, /api/v2/telephony/providers/edge/didpools/{didPoolId}, /api/v2/telephony/providers/edge/dids, /api/v2/telephony/providers/edge/dids/{didId}, /api/v2/telephony/providers/edge/edgegroups, /api/v2/telephony/providers/edge/edgegroups/{edgeGroupId}, /api/v2/telephony/providers/edge/edgeversionreport, /api/v2/telephony/providers/edge/endpoints, /api/v2/telephony/providers/edge/endpoints/{endpointId}, /api/v2/telephony/providers/edge/extensionpools, /api/v2/telephony/providers/edge/extensionpools/{extensionPoolId}, /api/v2/telephony/providers/edge/extensions, /api/v2/telephony/providers/edge/extensions/{extensionId}, /api/v2/telephony/providers/edge/linebasesettings, /api/v2/telephony/providers/edge/linebasesettings/{lineBaseId}, /api/v2/telephony/providers/edge/lines, /api/v2/telephony/providers/edge/lines/template, /api/v2/telephony/providers/edge/lines/{lineId}, /api/v2/telephony/providers/edge/outboundroutes, /api/v2/telephony/providers/edge/outboundroutes/{outboundRouteId}, /api/v2/telephony/providers/edge/phonebasesettings, /api/v2/telephony/providers/edge/phonebasesettings/availablemetabases, /api/v2/telephony/providers/edge/phonebasesettings/template, /api/v2/telephony/providers/edge/phonebasesettings/{phoneBaseId}, /api/v2/telephony/providers/edge/phones, /api/v2/telephony/providers/edge/phones/reboot, /api/v2/telephony/providers/edge/phones/template, /api/v2/telephony/providers/edge/phones/{phoneId}, /api/v2/telephony/providers/edge/phones/{phoneId}/reboot, /api/v2/telephony/providers/edge/sites, /api/v2/telephony/providers/edge/sites/{siteId}, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/classifications, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/{numberPlanId}, /api/v2/telephony/providers/edge/sites/{siteId}/rebalance, /api/v2/telephony/providers/edge/timezones, /api/v2/telephony/providers/edge/trunkbasesettings, /api/v2/telephony/providers/edge/trunkbasesettings/availablemetabases, /api/v2/telephony/providers/edge/trunkbasesettings/template, /api/v2/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}, /api/v2/telephony/providers/edge/{edgeId}, /api/v2/telephony/providers/edge/{edgeId}/lines, /api/v2/telephony/providers/edge/{edgeId}/lines/{lineId}, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}/upload, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/reboot, /api/v2/telephony/providers/edge/{edgeId}/softwareupdate, /api/v2/telephony/providers/edge/{edgeId}/softwareversions, /api/v2/telephony/providers/edge/{edgeId}/unpair, /api/v2/videos, /api/v2/videos/participants/{participantId}, /api/v2/videos/participants/{participantId}/attributes, /api/v2/videos/participants/{participantId}/replace, /api/v2/videos/participants/{participantId}/wrapup, /api/v2/videos/participants/{participantId}/wrapupcodes, /api/v2/videos/{conversationId}","Module Not Defined","Property segmentId of model PropertyIndexRequest was removed","Property segmentId of model AnalyticsConversationSegment was removed","Property monitoredSessionId of model AnalyticsConversationSegment was removed","Property userId of model AnalyticsConversationSegment was removed","Property teamId of model AnalyticsConversationSegment was removed","Property direction of model AnalyticsConversationSegment was removed","Property howEnded of model AnalyticsConversationSegment was removed","Property purpose of model AnalyticsConversationSegment was removed","Property preferredAgentIds of model AnalyticsConversationSegment was removed","Property requestedSkillIds of model AnalyticsConversationSegment was removed","Property ani of model AnalyticsConversationSegment was removed","Property dnis of model AnalyticsConversationSegment was removed","Property dialerCampaignId of model AnalyticsConversationSegment was removed","Property dialerContactListId of model AnalyticsConversationSegment was removed","Property dispositionName of model AnalyticsConversationSegment was removed","Property dispositionAnalyzer of model AnalyticsConversationSegment was removed","Property monitoredParticipantId of model AnalyticsConversationSegment was removed","Property edgeId of model AnalyticsConversationSegment was removed","Property remoteNameDisplayable of model AnalyticsConversationSegment was removed","Property roomId of model AnalyticsConversationSegment was removed","Property addressSelf of model AnalyticsConversationSegment was removed","Property addressOther of model AnalyticsConversationSegment was removed","Module Not Defined","Property username of model CreateUser was removed","Property dataItemId of model DataItem was removed","Property value of model DataItem was removed","Property type of model DataItem was removed","Tag removed from /api/v2/analytics/evaluations/aggregates/query","Path /api/v2/callbacks is missing;","Path /api/v2/callbacks/participants/{participantId} is missing;","Path /api/v2/callbacks/participants/{participantId}/attributes is missing;","Path /api/v2/callbacks/participants/{participantId}/replace is missing;","Path /api/v2/callbacks/participants/{participantId}/wrapup is missing;","Path /api/v2/callbacks/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/callbacks/{conversationId} is missing;","Path /api/v2/calls is missing;","Path /api/v2/calls/maximumconferenceparties is missing;","Path /api/v2/calls/participants/{participantId} is missing;","Path /api/v2/calls/participants/{participantId}/attributes is missing;","Path /api/v2/calls/participants/{participantId}/replace is missing;","Path /api/v2/calls/participants/{participantId}/wrapup is missing;","Path /api/v2/calls/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/calls/{conversationId} is missing;","Path /api/v2/calls/{conversationId}/participants is missing;","Path /api/v2/calls/{conversationId}/participants/{participantId}/consult is missing;","Path /api/v2/calls/{conversationId}/participants/{participantId}/monitor is missing;","Path /api/v2/chats is missing;","Path /api/v2/chats/participants/{participantId} is missing;","Path /api/v2/chats/participants/{participantId}/attributes is missing;","Path /api/v2/chats/participants/{participantId}/replace is missing;","Path /api/v2/chats/participants/{participantId}/wrapup is missing;","Path /api/v2/chats/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/chats/{conversationId} is missing;","Path /api/v2/compliance/hipaa is missing;","Path /api/v2/configuration/recordingkeys is missing;","Path /api/v2/configuration/recordingkeys/rotationschedule is missing;","Path /api/v2/configuration/retentionpolicies is missing;","Path /api/v2/configuration/retentionpolicies/{policyId} is missing;","Tag removed from /api/v2/configuration/schemas/edges/vnext","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}","Path /api/v2/configuration/uservoicemailpolicies/{userId} is missing;","Path /api/v2/configuration/voicemailpolicy is missing;","Tag removed from /api/v2/conversations/faxes","Path /api/v2/downloads/callback is missing;","Path /api/v2/downloads/{downloadId} is missing;","Path /api/v2/emails is missing;","Path /api/v2/emails/participants/{participantId} is missing;","Path /api/v2/emails/participants/{participantId}/attributes is missing;","Path /api/v2/emails/participants/{participantId}/replace is missing;","Path /api/v2/emails/participants/{participantId}/wrapup is missing;","Path /api/v2/emails/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/emails/{conversationId} is missing;","Path /api/v2/emails/{conversationId}/messages is missing;","Path /api/v2/emails/{conversationId}/messages/draft is missing;","Path /api/v2/emails/{conversationId}/messages/draft/attachments/{attachmentId} is missing;","Path /api/v2/emails/{conversationId}/messages/{messageId} is missing;","Path /api/v2/integrations/types is missing;","Path /api/v2/integrations/types/{id} is missing;","Path /api/v2/integrations/workforcemanagement/vendorconnection is missing;","Path /api/v2/licensing/licenses is missing;","Path /api/v2/licensing/orgassignments is missing;","Path /api/v2/licensing/orgassignments/{id} is missing;","Path /api/v2/licensing/permissions is missing;","Path /api/v2/licensing/userassignments is missing;","Path /api/v2/licensing/userassignments/{id} is missing;","Path /api/v2/organizations is missing;","Parameter count for /api/v2/quality/forms Method: get changed","Tag removed from /api/v2/quality/forms","Tag removed from /api/v2/quality/forms","Tag removed from /api/v2/quality/forms/{formId}","Tag removed from /api/v2/quality/forms/{formId}","Tag removed from /api/v2/quality/forms/{formId}","Tag removed from /api/v2/quality/forms/{formId}/versions","Tag removed from /api/v2/quality/publishedforms","Tag removed from /api/v2/quality/publishedforms","Tag removed from /api/v2/quality/publishedforms/{formId}","Path /api/v2/scripts is missing;","Path /api/v2/socials is missing;","Path /api/v2/socials/participants/{participantId} is missing;","Path /api/v2/socials/participants/{participantId}/attributes is missing;","Path /api/v2/socials/participants/{participantId}/replace is missing;","Path /api/v2/socials/participants/{participantId}/wrapup is missing;","Path /api/v2/socials/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/socials/{conversationId} is missing;","Path /api/v2/telephony/providers/edge is missing;","Path /api/v2/telephony/providers/edge/addressvalidation is missing;","Path /api/v2/telephony/providers/edge/certificateauthorities is missing;","Path /api/v2/telephony/providers/edge/certificateauthorities/{certificateId} is missing;","Path /api/v2/telephony/providers/edge/didpools is missing;","Path /api/v2/telephony/providers/edge/didpools/{didPoolId} is missing;","Path /api/v2/telephony/providers/edge/dids is missing;","Path /api/v2/telephony/providers/edge/dids/{didId} is missing;","Path /api/v2/telephony/providers/edge/edgegroups is missing;","Path /api/v2/telephony/providers/edge/edgegroups/{edgeGroupId} is missing;","Path /api/v2/telephony/providers/edge/edgeversionreport is missing;","Path /api/v2/telephony/providers/edge/endpoints is missing;","Path /api/v2/telephony/providers/edge/endpoints/{endpointId} is missing;","Path /api/v2/telephony/providers/edge/extensionpools is missing;","Path /api/v2/telephony/providers/edge/extensionpools/{extensionPoolId} is missing;","Path /api/v2/telephony/providers/edge/extensions is missing;","Path /api/v2/telephony/providers/edge/extensions/{extensionId} is missing;","Path /api/v2/telephony/providers/edge/linebasesettings is missing;","Path /api/v2/telephony/providers/edge/linebasesettings/{lineBaseId} is missing;","Path /api/v2/telephony/providers/edge/lines is missing;","Path /api/v2/telephony/providers/edge/lines/template is missing;","Path /api/v2/telephony/providers/edge/lines/{lineId} is missing;","Path /api/v2/telephony/providers/edge/outboundroutes is missing;","Path /api/v2/telephony/providers/edge/outboundroutes/{outboundRouteId} is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings/availablemetabases is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings/template is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings/{phoneBaseId} is missing;","Path /api/v2/telephony/providers/edge/phones is missing;","Path /api/v2/telephony/providers/edge/phones/reboot is missing;","Path /api/v2/telephony/providers/edge/phones/template is missing;","Path /api/v2/telephony/providers/edge/phones/{phoneId} is missing;","Path /api/v2/telephony/providers/edge/phones/{phoneId}/reboot is missing;","Path /api/v2/telephony/providers/edge/sites is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId} is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/numberplans is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/classifications is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/{numberPlanId} is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/rebalance is missing;","Path /api/v2/telephony/providers/edge/timezones is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings/availablemetabases is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings/template is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/lines is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/lines/{lineId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces/{interfaceId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logs/jobs is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}/upload is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces/{interfaceId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/reboot is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/softwareupdate is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/softwareversions is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/unpair is missing;","Path /api/v2/videos is missing;","Path /api/v2/videos/participants/{participantId} is missing;","Path /api/v2/videos/participants/{participantId}/attributes is missing;","Path /api/v2/videos/participants/{participantId}/replace is missing;","Path /api/v2/videos/participants/{participantId}/wrapup is missing;","Path /api/v2/videos/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/videos/{conversationId} is missing;"],"Minor":["Paths added /api/v2/conversations/callbacks, /api/v2/conversations/callbacks/{callbackId}, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/attributes, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/replace, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/wrapup, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/calls, /api/v2/conversations/calls/maximumconferenceparties, /api/v2/conversations/calls/{callId}, /api/v2/conversations/calls/{callId}/participants, /api/v2/conversations/calls/{callId}/participants/{participantId}, /api/v2/conversations/calls/{callId}/participants/{participantId}/attributes, /api/v2/conversations/calls/{callId}/participants/{participantId}/consult, /api/v2/conversations/calls/{callId}/participants/{participantId}/monitor, /api/v2/conversations/calls/{callId}/participants/{participantId}/replace, /api/v2/conversations/calls/{callId}/participants/{participantId}/wrapup, /api/v2/conversations/calls/{callId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/chats, /api/v2/conversations/chats/{chatId}, /api/v2/conversations/chats/{chatId}/participants/{participantId}, /api/v2/conversations/chats/{chatId}/participants/{participantId}/attributes, /api/v2/conversations/chats/{chatId}/participants/{participantId}/replace, /api/v2/conversations/chats/{chatId}/participants/{participantId}/wrapup, /api/v2/conversations/chats/{chatId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/emails, /api/v2/conversations/emails/{emailId}, /api/v2/conversations/emails/{emailId}/messages, /api/v2/conversations/emails/{emailId}/messages/draft, /api/v2/conversations/emails/{emailId}/messages/draft/attachments/{attachmentId}, /api/v2/conversations/emails/{emailId}/messages/{messageId}, /api/v2/conversations/emails/{emailId}/participants/{participantId}, /api/v2/conversations/emails/{emailId}/participants/{participantId}/attributes, /api/v2/conversations/emails/{emailId}/participants/{participantId}/replace, /api/v2/conversations/emails/{emailId}/participants/{participantId}/wrapup, /api/v2/conversations/emails/{emailId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/videos, /api/v2/conversations/videos/{videoId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}/attributes, /api/v2/conversations/videos/{videoId}/participants/{participantId}/replace, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapup, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapupcodes, /api/v2/recording/recordingkeys, /api/v2/recording/recordingkeys/rotationschedule, /api/v2/telephony/providers/edges, /api/v2/telephony/providers/edges/addressvalidation, /api/v2/telephony/providers/edges/certificateauthorities, /api/v2/telephony/providers/edges/certificateauthorities/{certificateId}, /api/v2/telephony/providers/edges/didpools, /api/v2/telephony/providers/edges/didpools/{didPoolId}, /api/v2/telephony/providers/edges/dids, /api/v2/telephony/providers/edges/dids/{didId}, /api/v2/telephony/providers/edges/edgegroups, /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}, /api/v2/telephony/providers/edges/edgeversionreport, /api/v2/telephony/providers/edges/endpoints, /api/v2/telephony/providers/edges/endpoints/{endpointId}, /api/v2/telephony/providers/edges/extensionpools, /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}, /api/v2/telephony/providers/edges/extensions, /api/v2/telephony/providers/edges/extensions/{extensionId}, /api/v2/telephony/providers/edges/linebasesettings, /api/v2/telephony/providers/edges/linebasesettings/{lineBaseId}, /api/v2/telephony/providers/edges/lines, /api/v2/telephony/providers/edges/lines/template, /api/v2/telephony/providers/edges/lines/{lineId}, /api/v2/telephony/providers/edges/outboundroutes, /api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}, /api/v2/telephony/providers/edges/phonebasesettings, /api/v2/telephony/providers/edges/phonebasesettings/availablemetabases, /api/v2/telephony/providers/edges/phonebasesettings/template, /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}, /api/v2/telephony/providers/edges/phones, /api/v2/telephony/providers/edges/phones/reboot, /api/v2/telephony/providers/edges/phones/template, /api/v2/telephony/providers/edges/phones/{phoneId}, /api/v2/telephony/providers/edges/phones/{phoneId}/reboot, /api/v2/telephony/providers/edges/sites, /api/v2/telephony/providers/edges/sites/{siteId}, /api/v2/telephony/providers/edges/sites/{siteId}/numberplans, /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications, /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId}, /api/v2/telephony/providers/edges/sites/{siteId}/rebalance, /api/v2/telephony/providers/edges/timezones, /api/v2/telephony/providers/edges/trunkbasesettings, /api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases, /api/v2/telephony/providers/edges/trunkbasesettings/template, /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}, /api/v2/telephony/providers/edges/{edgeId}, /api/v2/telephony/providers/edges/{edgeId}/lines, /api/v2/telephony/providers/edges/{edgeId}/lines/{lineId}, /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces, /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edges/{edgeId}/logs/jobs, /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}, /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload, /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces, /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edges/{edgeId}/reboot, /api/v2/telephony/providers/edges/{edgeId}/softwareupdate, /api/v2/telephony/providers/edges/{edgeId}/softwareversions, /api/v2/telephony/providers/edges/{edgeId}/unpair, /api/v2/users/{userId}/station, /api/v2/users/{userId}/station/associatedstation, /api/v2/users/{userId}/station/associatedstation/{stationId}, /api/v2/users/{userId}/station/defaultstation, /api/v2/users/{userId}/station/defaultstation/{stationId}, /api/v2/voicemail/policy, /api/v2/voicemail/userpolicies/{userId}","Property addressOther of model AnalyticsSession was added","Property addressSelf of model AnalyticsSession was added","Property ani of model AnalyticsSession was added","Property direction of model AnalyticsSession was added","Property dnis of model AnalyticsSession was added","Property outboundCampaignId of model AnalyticsSession was added","Property outboundContactListId of model AnalyticsSession was added","Property dispositionAnalyzer of model AnalyticsSession was added","Property dispositionName of model AnalyticsSession was added","Property edgeId of model AnalyticsSession was added","Property remoteNameDisplayable of model AnalyticsSession was added","Property roomId of model AnalyticsSession was added","Property monitoredSessionId of model AnalyticsSession was added","Property monitoredParticipantId of model AnalyticsSession was added","Property requestedRoutingUserIds of model AnalyticsConversationSegment was added","Property requestedRoutingSkillIds of model AnalyticsConversationSegment was added","Property participantName of model AnalyticsParticipant was added","Property userId of model AnalyticsParticipant was added","Property purpose of model AnalyticsParticipant was added","Property parameterName of model DataItem was added","Property parameterType of model DataItem was added","Property parameterValues of model DataItem was added","Tag added to /api/v2/analytics/evaluations/aggregates/query","Tag added to /api/v2/configuration/schemas/edges/vnext","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}","Tag added to /api/v2/quality/forms","Tag added to /api/v2/quality/forms","Tag added to /api/v2/quality/forms/{formId}","Tag added to /api/v2/quality/forms/{formId}","Tag added to /api/v2/quality/forms/{formId}","Tag added to /api/v2/quality/forms/{formId}/versions","Tag added to /api/v2/quality/publishedforms","Tag added to /api/v2/quality/publishedforms","Tag added to /api/v2/quality/publishedforms/{formId}"]},"0.35.1":{"Major":["Paths removed: /api/v2/conversations/videos, /api/v2/conversations/videos/{videoId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}/attributes, /api/v2/conversations/videos/{videoId}/participants/{participantId}/replace, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapup, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapupcodes","Format interval of model AggregationQuery was changed from date-time to undefined","Property featureToggles of model UserMe was removed","Format interval of model ReportSchedule was changed from date-time to undefined","Format interval of model ConversationQuery was changed from date-time to undefined","Property evaluationCriteria of model MediaPolicy was removed","Path /api/v2/conversations/videos is missing;","Path /api/v2/conversations/videos/{videoId} is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId} is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/attributes is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/replace is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapup is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapupcodes is missing;","Parameter count for /api/v2/notifications/availabletopics Method: get changed","Parameter count for /api/v2/users/me Method: get changed"],"Minor":["Property disconnectedTime of model ConversationChat was added","Property disconnectedTime of model Email was added","Property disconnectedTime of model Video was added","Property phoneTrunkBases of model EdgeGroup was added","Property description of model AvailableTopic was added","Property schema of model AvailableTopic was added","Property organization of model UserMe was added","Property disconnectedTime of model SocialExpression was added","Property disconnectedTime of model Callback was added","Property externalContactId of model Participant was added","Property disconnectedTime of model Call was added","Property contactSort of model Campaign was added"]},"0.37.1":{"Major":["Path removed: /configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}","Path removed: /locations","Path removed: /locations/{locationId}","Path removed: /routing/email/domains/{domain}/routes","Path removed: /routing/email/domains/{domain}/routes/{id}","Path removed: /routing/email/domains/{id}","Path removed: /stations/{id}","Path removed: /stations/{id}/associateduser","Path removed: /users/{userId}/presences/{source}","Model QueuesEntityListing Not Defined","Model AutomateQueueMemberEntityListing Not Defined","Model SortBy Not Defined","Model LocationEmergencyNumber Not Defined","Model AutomateQueue Not Defined","Model AutomateQueueMember Not Defined","Type version of model Group was changed from number to integer","Format version of model Group was changed from double to int32","Model LocationEntityListing Not Defined","Property singleNumberPreview of model Campaign was removed","Model Location Not Defined","Model CommonAuditRequest Not Defined","Model LocationAddressFields Not Defined","Property parameterName of model DataItem was removed","Property parameterType of model DataItem was removed","Property parameterValues of model DataItem was removed","Model MediaPolicy Not Defined","Method put for /api/v2/organizations/me does not exist","Method delete for /api/v2/organizations/me does not exist"],"Minor":["Path added: /configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extensionType}/{metadataId}","Path added: /routing/email/domains/{domainId}","Path added: /routing/email/domains/{domainName}/routes","Path added: /routing/email/domains/{domainName}/routes/{routeId}","Path added: /stations/{stationId}","Path added: /stations/{stationId}/associateduser","Path added: /telephony/providers/edges/trunks","Path added: /telephony/providers/edges/trunks/{trunkId}","Path added: /users/{userId}/presences/{sourceId}","Property outboundContactId of model AnalyticsSession was added","Property type of model Group was added","Property rulesVisible of model Group was added","Property visibility of model Group was added","Property neverRelease of model Evaluation was added","Property dataItemId of model DataItem was added","Property value of model DataItem was added","Property type of model DataItem was added","Model ArchitectAuditMessage was added","Model BillingTaskResult was added","Model ChatMediaPolicyConditions was added","Model ArchitectAuditMessageListing was added","Model TrunkEntityListing was added","Model Trunk was added","Model EmailMediaPolicy was added","Model CallMediaPolicy was added","Model BillingPendingTask was added","Model CallMediaPolicyConditions was added","Model EmailMediaPolicyConditions was added","Model ChatMediaPolicy was added","Model FlowHistoryDataItem was added","Model GroupMembersUpdate was added","Operation added to [object Object]"]},"0.38.1":{"Major":["Path removed: /externalcontacts/contacts","Path removed: /externalcontacts/contacts/{contactId}","Path removed: /externalcontacts/contacts/{contactId}/notes","Path removed: /externalcontacts/contacts/{contactId}/notes/{noteId}","Path removed: /externalcontacts/organizations","Path removed: /externalcontacts/organizations/{externalOrganizationId}","Path removed: /externalcontacts/organizations/{externalOrganizationId}/contacts","Path removed: /externalcontacts/organizations/{externalOrganizationId}/notes","Path removed: /externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","Path removed: /externalcontacts/organizations/{externalOrganizationId}/relationships","Path removed: /externalcontacts/relationships","Path removed: /externalcontacts/relationships/{relationshipId}","Property originalFilename of model FaxSendRequest was removed","Type version of model UserMe was changed from string to integer","Property version of model CreateUser was removed","Type version of model User was changed from string to integer","Parameter count for /api/v2/search Method: get changed","Parameter count for /api/v2/search Method: post changed"],"Minor":["Path added: /authorization/objects/{objectId}","Path added: /locations","Path added: /locations/search","Path added: /locations/{locationId}","Path added: /search/suggest","Property documentId of model FaxSendRequest was added","Property modifiedDate of model UserPresence was added","Model ExportUri was added","Model AuthzPermissionContext was added","Model AuthzGrant was added","Model LocationEmergencyNumber was added","Model AuthzObject was added","Model AuthzGrantPolicy was added","Model LocationAddress was added","Model AuthzGrantRole was added","Model Location was added","Model AuthzSubject was added","Operation added to [object Object]","Operation added to [object Object]","Operation added to [object Object]","Tag added to /api/v2/search","Tag added to /api/v2/search"]},"0.39.1":{"Major":["Path removed: /authorization/objects/{objectId}","Property proficiency of model RoutingSkill was removed","Model FlowHistoryResultItemEntityListing was removed","Property fileKey of model DncList was removed","Property active of model UserRoutingSkill was removed","Tag removed from /api/v2/identityproviders","Tag removed from /api/v2/identityproviders/okta","Tag removed from /api/v2/identityproviders/okta","Tag removed from /api/v2/identityproviders/okta","Tag removed from /api/v2/identityproviders/onelogin","Tag removed from /api/v2/identityproviders/onelogin","Tag removed from /api/v2/identityproviders/onelogin","Tag removed from /api/v2/identityproviders/purecloud","Tag removed from /api/v2/identityproviders/purecloud","Tag removed from /api/v2/identityproviders/purecloud","Tag removed from /api/v2/identityproviders/salesforce","Tag removed from /api/v2/identityproviders/salesforce","Tag removed from /api/v2/identityproviders/salesforce","Tag removed from /api/v2/identityproviders/{providerId}","Tag removed from /api/v2/identityproviders/{providerId}","Tag removed from /api/v2/identityproviders/{providerId}","Method PUT for /api/v2/routing/skills/{skillId} was removed"],"Minor":["Path added: /identityproviders/cic","Path added: /quality/keywordsets","Path added: /quality/keywordsets/{keywordSetId}","Path added: /systempresences","Path added: /telephony/providers/edges/availablelanguages","Path added: /telephony/providers/edges/trunkswithrecording","Path added: /users/{userId}/profileskills","Property initiateScreenRecording of model PolicyActions was added","Property includeNonAcd of model OrgMediaUtilization was added","Property date of model UserMe was added","Property geolocationSettings of model UserMe was added","Property presenceDefinitions of model UserMe was added","Property locations of model UserMe was added","Property callbackScheduledTime of model CreateCallbackCommand was added","Property lineAppearanceId of model Station was added","Property externalDataSources of model ExternalContact was added","Property externalDataSources of model ExternalOrganization was added","Property cardExpirationDate of model PaymentMethod was added","Property cardLastFourDigits of model PaymentMethod was added","Property cardType of model PaymentMethod was added","Property state of model UserRoutingSkill was added","Model BillingContact was added","Model SupportCreditListing was added","Model InitiateScreenRecording was added","Model KeywordSet was added","Model SystemPresence was added","Model BillingContactListing was added","Model KeywordSetEntityListing was added","Model ExternalDataSource was added","Model AvailableLanguageList was added","Model TrunkRecordingEnabledCount was added","Model CustomerInteractionCenter was added","Model SupportCredit was added","Model ScheduleInterval was added","Model Keyword was added","Tag added to /api/v2/identityproviders","Tag added to /api/v2/identityproviders/okta","Tag added to /api/v2/identityproviders/okta","Tag added to /api/v2/identityproviders/okta","Tag added to /api/v2/identityproviders/onelogin","Tag added to /api/v2/identityproviders/onelogin","Tag added to /api/v2/identityproviders/onelogin","Tag added to /api/v2/identityproviders/purecloud","Tag added to /api/v2/identityproviders/purecloud","Tag added to /api/v2/identityproviders/purecloud","Tag added to /api/v2/identityproviders/salesforce","Tag added to /api/v2/identityproviders/salesforce","Tag added to /api/v2/identityproviders/salesforce","Tag added to /api/v2/identityproviders/{providerId}","Tag added to /api/v2/identityproviders/{providerId}","Tag added to /api/v2/identityproviders/{providerId}","Optional parameter lineAppearanceId added to /api/v2/stations Method: get","Optional parameter recordingEnabled added to /api/v2/telephony/providers/edges/trunkbasesettings Method: get","Operation put added to /api/v2/users/{userId}/routingskills/{skillId}"],"Point":["/api/v2/outbound/contactlists/{contactListId} GET operation summary changed ","/api/v2/presencedefinitions GET operation summary changed ","/api/v2/presencedefinitions POST operation summary changed ","/api/v2/presencedefinitions/{presenceId} GET operation summary changed ","/api/v2/presencedefinitions/{presenceId} PUT operation summary changed ","/api/v2/presencedefinitions/{presenceId} DELETE operation summary changed "]},"0.40.1":{"Minor":["Property publishStatus of model Flow was added","Property publishedBy of model Flow was added"]}}}
1
+ {"major":0,"minor":41,"point":1,"changelog":{"0.36.0":{"Major":[],"Minor":[]},"0.29.1":{"Major":["Move to API v2"],"Minor":[]},"0.30.1":{"Major":["Paths removed: /api/v1/architect/audits, /api/v1/architect/ivrs, /api/v1/architect/ivrs/actions/publish, /api/v1/architect/ivrs/{ivrId}, /api/v1/architect/prompts, /api/v1/architect/prompts/{promptId}, /api/v1/architect/prompts/{promptId}/resources, /api/v1/architect/prompts/{promptId}/resources/{language}, /api/v1/architect/schedulegroups, /api/v1/architect/schedulegroups/{scheduleGroupId}, /api/v1/architect/schedules, /api/v1/architect/schedules/{scheduleId}, /api/v1/architect/systemprompts, /api/v1/architect/systemprompts/{promptId}, /api/v1/architect/systemprompts/{promptId}/resources, /api/v1/architect/systemprompts/{promptId}/resources/{language}, /api/v1/attributes, /api/v1/attributes/query, /api/v1/attributes/{attributeId}, /api/v1/authorization/licenses, /api/v1/authorization/permissions, /api/v1/authorization/products, /api/v1/authorization/roles, /api/v1/authorization/roles/default, /api/v1/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}, /api/v1/authorization/roles/{roleId}, /api/v1/authorization/roles/{roleId}/users/add, /api/v1/authorization/roles/{roleId}/users/remove, /api/v1/authorization/users/{userId}/roles, /api/v1/certificate/details, /api/v1/compliance/hipaa, /api/v1/configuration/addressvalidation, /api/v1/configuration/didpools, /api/v1/configuration/didpools/{didPoolId}, /api/v1/configuration/dids, /api/v1/configuration/dids/{didId}, /api/v1/configuration/edges, /api/v1/configuration/edges/certificateauthorities, /api/v1/configuration/edges/certificateauthorities/{certificateId}, /api/v1/configuration/edges/{edgeId}, /api/v1/configuration/edges/{edgeId}/lines, /api/v1/configuration/edges/{edgeId}/lines/{lineId}, /api/v1/configuration/edges/{edgeId}/logicalinterfaces, /api/v1/configuration/edges/{edgeId}/logicalinterfaces/{interfaceId}, /api/v1/configuration/edges/{edgeId}/logs/jobs, /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId}, /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId}/upload, /api/v1/configuration/edges/{edgeId}/physicalinterfaces, /api/v1/configuration/edges/{edgeId}/physicalinterfaces/{interfaceId}, /api/v1/configuration/edges/{edgeId}/reboot, /api/v1/configuration/edges/{edgeId}/softwareupdate, /api/v1/configuration/edges/{edgeId}/softwareversions, /api/v1/configuration/edges/{edgeId}/unpair, /api/v1/configuration/edgeversionreport, /api/v1/configuration/endpoints, /api/v1/configuration/endpoints/{endpointId}, /api/v1/configuration/extensionpools, /api/v1/configuration/extensionpools/{extensionPoolId}, /api/v1/configuration/extensions, /api/v1/configuration/extensions/{extensionId}, /api/v1/configuration/organization, /api/v1/configuration/organizations, /api/v1/configuration/organizations/{orgId}, /api/v1/configuration/recordingkeys, /api/v1/configuration/recordingkeys/rotationschedule, /api/v1/configuration/retentionpolicies, /api/v1/configuration/retentionpolicies/{policyId}, /api/v1/configuration/schemas/edges/vnext, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}, /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}, /api/v1/configuration/sites, /api/v1/configuration/sites/{siteId}, /api/v1/configuration/sites/{siteId}/numberplans, /api/v1/configuration/sites/{siteId}/numberplans/classifications, /api/v1/configuration/sites/{siteId}/numberplans/{numberPlanId}, /api/v1/configuration/sites/{siteId}/rebalance, /api/v1/configuration/uservoicemailpolicies/{userId}, /api/v1/configuration/voicemailpolicy, /api/v1/contentmanagement/auditquery, /api/v1/contentmanagement/documents, /api/v1/contentmanagement/documents/{documentId}, /api/v1/contentmanagement/documents/{documentId}/audits, /api/v1/contentmanagement/documents/{documentId}/content, /api/v1/contentmanagement/query, /api/v1/contentmanagement/securityprofiles, /api/v1/contentmanagement/securityprofiles/{securityProfileId}, /api/v1/contentmanagement/shared/{sharedId}, /api/v1/contentmanagement/shares, /api/v1/contentmanagement/shares/{shareId}, /api/v1/contentmanagement/status, /api/v1/contentmanagement/status/{statusId}, /api/v1/contentmanagement/workspaces, /api/v1/contentmanagement/workspaces/{workspaceId}, /api/v1/contentmanagement/workspaces/{workspaceId}/members, /api/v1/contentmanagement/workspaces/{workspaceId}/members/{memberId}, /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues, /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/query, /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}, /api/v1/conversations, /api/v1/conversations/fax, /api/v1/conversations/maximumconferenceparties, /api/v1/conversations/query, /api/v1/conversations/query/{anchor}, /api/v1/conversations/{conversationId}, /api/v1/conversations/{conversationId}/calls, /api/v1/conversations/{conversationId}/messages, /api/v1/conversations/{conversationId}/messages/draft, /api/v1/conversations/{conversationId}/messages/draft/attachments/{attachmentId}, /api/v1/conversations/{conversationId}/messages/{id}, /api/v1/conversations/{conversationId}/participants, /api/v1/conversations/{conversationId}/participants/{participantId}, /api/v1/conversations/{conversationId}/participants/{participantId}/attributes, /api/v1/conversations/{conversationId}/participants/{participantId}/callbacks, /api/v1/conversations/{conversationId}/participants/{participantId}/consult, /api/v1/conversations/{conversationId}/participants/{participantId}/monitor, /api/v1/conversations/{conversationId}/participants/{participantId}/replace, /api/v1/conversations/{conversationId}/participants/{participantId}/wrapup, /api/v1/conversations/{conversationId}/participants/{participantId}/wrapupcodes, /api/v1/conversations/{conversationId}/recordings, /api/v1/conversations/{conversationId}/recordings/{recordingId}, /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations, /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}, /api/v1/conversations/{conversationId}/tags, /api/v1/conversations/{conversationId}/wrapupcodes, /api/v1/date, /api/v1/downloads/callback, /api/v1/downloads/{downloadId}, /api/v1/externalcontacts/contacts, /api/v1/externalcontacts/contacts/{contactId}, /api/v1/externalcontacts/contacts/{contactId}/notes, /api/v1/externalcontacts/contacts/{contactId}/notes/{noteId}, /api/v1/externalcontacts/organizations, /api/v1/externalcontacts/organizations/{externalOrganizationId}, /api/v1/externalcontacts/organizations/{externalOrganizationId}/contacts, /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes, /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}, /api/v1/externalcontacts/organizations/{externalOrganizationId}/relationships, /api/v1/externalcontacts/relationships, /api/v1/externalcontacts/relationships/{relationshipId}, /api/v1/fax/documents, /api/v1/fax/documents/{documentId}, /api/v1/fax/documents/{documentId}/content, /api/v1/fax/summary, /api/v1/flows, /api/v1/flows/actions/checkin, /api/v1/flows/actions/checkout, /api/v1/flows/actions/deactivate, /api/v1/flows/actions/debug, /api/v1/flows/actions/revert, /api/v1/flows/{flowId}, /api/v1/flows/{flowId}/latestconfiguration, /api/v1/flows/{flowId}/publishedresults/{id}, /api/v1/flows/{flowId}/versions, /api/v1/flows/{flowId}/versions/{versionId}, /api/v1/flows/{flowId}/versions/{versionId}/configuration, /api/v1/geolocations/settings, /api/v1/greetings, /api/v1/greetings/defaults, /api/v1/greetings/{greetingId}, /api/v1/greetings/{greetingId}/media, /api/v1/groups, /api/v1/groups/{groupId}, /api/v1/groups/{groupId}/members, /api/v1/health/check, /api/v1/identityproviders, /api/v1/identityproviders/okta, /api/v1/identityproviders/onelogin, /api/v1/identityproviders/purecloud, /api/v1/identityproviders/salesforce, /api/v1/identityproviders/{providerId}, /api/v1/languages, /api/v1/languages/{languageId}, /api/v1/licensing/licenses, /api/v1/licensing/orgassignments, /api/v1/licensing/orgassignments/{id}, /api/v1/licensing/permissions, /api/v1/licensing/userassignments, /api/v1/licensing/userassignments/{id}, /api/v1/locations, /api/v1/locations/{locationId}, /api/v1/notifications/availabletopics, /api/v1/notifications/channels, /api/v1/notifications/channels/{channelId}/subscriptions, /api/v1/oauth/clients, /api/v1/oauth/clients/{clientId}, /api/v1/oauth/clients/{clientId}/secret, /api/v1/orphanrecordings, /api/v1/orphanrecordings/{orphanId}, /api/v1/outbound/audits, /api/v1/outbound/callabletimesets, /api/v1/outbound/callabletimesets/{callableTimeSetId}, /api/v1/outbound/callanalysisresponsesets, /api/v1/outbound/callanalysisresponsesets/{callAnalysisSetId}, /api/v1/outbound/campaigns, /api/v1/outbound/campaigns/progress, /api/v1/outbound/campaigns/{campaignId}, /api/v1/outbound/campaigns/{campaignId}/agents/{userId}, /api/v1/outbound/campaigns/{campaignId}/callback/schedule, /api/v1/outbound/campaigns/{campaignId}/diagnostics, /api/v1/outbound/campaigns/{campaignId}/progress, /api/v1/outbound/campaigns/{campaignId}/stats, /api/v1/outbound/contactlists, /api/v1/outbound/contactlists/penetrationrates, /api/v1/outbound/contactlists/{contactListId}, /api/v1/outbound/contactlists/{contactListId}/contacts, /api/v1/outbound/contactlists/{contactListId}/contacts/{contactId}, /api/v1/outbound/contactlists/{contactListId}/export, /api/v1/outbound/contactlists/{contactListId}/importstatus, /api/v1/outbound/contactlists/{contactListId}/{campaignId}/penetrationrate, /api/v1/outbound/conversations/{conversationId}/dnc, /api/v1/outbound/dnclists, /api/v1/outbound/dnclists/{dncListId}, /api/v1/outbound/dnclists/{dncListId}/export, /api/v1/outbound/dnclists/{dncListId}/importstatus, /api/v1/outbound/dnclists/{dncListId}/phonenumbers, /api/v1/outbound/previews, /api/v1/outbound/previews/{previewId}, /api/v1/outbound/previews/{previewId}/dispositioncall, /api/v1/outbound/previews/{previewId}/placecall, /api/v1/outbound/rulesets, /api/v1/outbound/rulesets/{ruleSetId}, /api/v1/outbound/schedules/campaigns, /api/v1/outbound/schedules/campaigns/{campaignId}, /api/v1/outbound/schedules/sequences, /api/v1/outbound/schedules/sequences/{sequenceId}, /api/v1/outbound/sequences, /api/v1/outbound/sequences/{sequenceId}, /api/v1/outbound/wrapupcodemappings, /api/v1/presencedefinitions, /api/v1/presencedefinitions/{presenceId}, /api/v1/quality/agents/activity, /api/v1/quality/calibrations, /api/v1/quality/calibrations/{calibrationId}, /api/v1/quality/conversations/{conversationId}/audits, /api/v1/quality/conversations/{conversationId}/evaluations, /api/v1/quality/conversations/{conversationId}/evaluations/{evaluationId}, /api/v1/quality/evaluations/query, /api/v1/quality/evaluations/scoring, /api/v1/quality/evaluators/activity, /api/v1/quality/forms, /api/v1/quality/forms/{formId}, /api/v1/quality/forms/{formId}/versions, /api/v1/quality/publishedforms, /api/v1/quality/publishedforms/{formId}, /api/v1/recording/mediaretentionpolicies, /api/v1/recording/mediaretentionpolicies/{policyId}, /api/v1/recording/settings, /api/v1/responsemanagement/libraries, /api/v1/responsemanagement/libraries/{libraryId}, /api/v1/responsemanagement/responses, /api/v1/responsemanagement/responses/query, /api/v1/responsemanagement/responses/{responseId}, /api/v1/routing/email/domains, /api/v1/routing/email/domains/{domain}/routes, /api/v1/routing/email/domains/{domain}/routes/{id}, /api/v1/routing/email/domains/{id}, /api/v1/routing/email/setup, /api/v1/routing/queues, /api/v1/routing/queues/{queueId}, /api/v1/routing/queues/{queueId}/estimatedwaittime, /api/v1/routing/queues/{queueId}/members, /api/v1/routing/queues/{queueId}/members/{memberId}, /api/v1/routing/queues/{queueId}/users, /api/v1/routing/queues/{queueId}/users/{memberId}, /api/v1/routing/queues/{queueId}/wrapupcodes, /api/v1/routing/queues/{queueId}/wrapupcodes/{codeId}, /api/v1/routing/skills, /api/v1/routing/utilization, /api/v1/routing/wrapupcodes, /api/v1/routing/wrapupcodes/{codeId}, /api/v1/scripts, /api/v1/search/chats, /api/v1/stations, /api/v1/stations/{id}, /api/v1/stations/{id}/associateduser, /api/v1/telephony/providers/edge/edgegroups, /api/v1/telephony/providers/edge/edgegroups/{edgeGroupId}, /api/v1/telephony/providers/edge/linebasesettings, /api/v1/telephony/providers/edge/linebasesettings/{lineBaseId}, /api/v1/telephony/providers/edge/lines, /api/v1/telephony/providers/edge/lines/template, /api/v1/telephony/providers/edge/lines/{lineId}, /api/v1/telephony/providers/edge/outboundroutes, /api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId}, /api/v1/telephony/providers/edge/phonebasesettings, /api/v1/telephony/providers/edge/phonebasesettings/availablemetabases, /api/v1/telephony/providers/edge/phonebasesettings/template, /api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId}, /api/v1/telephony/providers/edge/phones, /api/v1/telephony/providers/edge/phones/reboot, /api/v1/telephony/providers/edge/phones/template, /api/v1/telephony/providers/edge/phones/{phoneId}, /api/v1/telephony/providers/edge/phones/{phoneId}/reboot, /api/v1/telephony/providers/edge/timezones, /api/v1/telephony/providers/edge/trunkbasesettings, /api/v1/telephony/providers/edge/trunkbasesettings/availablemetabases, /api/v1/telephony/providers/edge/trunkbasesettings/template, /api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}, /api/v1/timezones, /api/v1/tokens/me, /api/v1/userrecordings, /api/v1/userrecordings/summary, /api/v1/userrecordings/{recordingId}, /api/v1/userrecordings/{recordingId}/media, /api/v1/users, /api/v1/users/me, /api/v1/users/{userId}, /api/v1/users/{userId}/callforwarding, /api/v1/users/{userId}/geolocations/{clientId}, /api/v1/users/{userId}/greetings, /api/v1/users/{userId}/greetings/defaults, /api/v1/users/{userId}/outofoffice, /api/v1/users/{userId}/presences, /api/v1/users/{userId}/presences/{source}, /api/v1/users/{userId}/primarypresence, /api/v1/users/{userId}/primarypresencesource, /api/v1/users/{userId}/queues, /api/v1/users/{userId}/queues/{queueId}, /api/v1/users/{userId}/roles, /api/v1/users/{userId}/routingstatus, /api/v1/users/{userId}/skills, /api/v1/voicemail/mailbox, /api/v1/voicemail/messages, /api/v1/voicemail/messages/{messageId}, /api/v1/voicemail/messages/{messageId}/media","Property id of model UserAuthorization was removed","Property name of model UserAuthorization was removed","Property licenses of model UserAuthorization was removed","Property selfUri of model UserAuthorization was removed","Module Not Defined","Property standardOffset of model TimeZone was removed","Module Not Defined","Property orgId of model ResourcePermissionPolicy was removed","Property wrapupCodes of model Queue was removed","Property phoneNumber of model Queue was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property searchPhrase of model SearchRequest was removed","Property searchFields of model SearchRequest was removed","Property facetRequests of model SearchRequest was removed","Property sort of model SearchRequest was removed","Property filters of model SearchRequest was removed","Module Not Defined","Module Not Defined","Property address1 of model Address was removed","Property address2 of model Address was removed","Property city of model Address was removed","Property state of model Address was removed","Property postalCode of model Address was removed","Property countryCode of model Address was removed","Module Not Defined","Property wrapupCodes of model UserQueue was removed","Property phoneNumber of model UserQueue was removed","Property adminUsername of model Organization was removed","Property adminPassword of model Organization was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property industry of model ContactSales was removed","Property estimatedUsers of model ContactSales was removed","Property licenses of model DomainOrganizationRole was removed","Property code of model DomainOrganizationRole was removed","Property accountCodeDigits of model Destination was removed","Property postConnectDigits of model Destination was removed","Property authorizedGrantTypes of model OAuthClient was removed","Property waveUri of model MediaResult was removed","Module Not Defined","Module Not Defined","Module Not Defined","Property user of model UserPresence was removed","Property modifiedBy of model UserPresence was removed","Property modifiedDate of model UserPresence was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property wrapupExpected of model Participant was removed","Property groupType of model Group was removed","Property groupImages of model Group was removed","Property groupState of model Group was removed","Module Not Defined","Module Not Defined","Property self of model Call was removed","Property other of model Call was removed","Module Not Defined","Module Not Defined","Property id of model Utilization was removed","Property name of model Utilization was removed","Property selfUri of model Utilization was removed","Module Not Defined","Module Not Defined","Property phoneNumberColumns of model Campaign was removed","Format previewTimeOutSeconds of model Campaign was changed from int32 to int64","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property isSubmitted of model Quote was removed","Property isPending of model Quote was removed","Property isFrozen of model Quote was removed","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Module Not Defined","Property mediaUri of model Recording was removed","Property waveUri of model Recording was removed","Property recordingId of model Recording was removed","Type contactCenter of model MediaSummary was changed from integer to undefined","Format contactCenter of model MediaSummary was changed from int32 to undefined","Type enterprise of model MediaSummary was changed from integer to undefined","Format enterprise of model MediaSummary was changed from int32 to undefined","Module Not Defined","Property displayName of model User was removed","Property phoneNumber of model User was removed","Property userImages of model User was removed","Property roles of model User was removed","Property voicemailEnabled of model User was removed","Property password of model User was removed","Property primaryPresence of model User was removed","Property conversations of model User was removed","Property permissions of model User was removed","Property requestedStatus of model User was removed","Property defaultStationUri of model User was removed","Property stationUri of model User was removed","Property lastStationUri of model User was removed","Property Build-Jdk of model HealthCheckInfo was removed","Property Built-By of model HealthCheckInfo was removed","Property Implementation-Build of model HealthCheckInfo was removed","Property licenses of model DomainPermission was removed","Module Not Defined","Property id of model Contact was removed","Property name of model Contact was removed","Property contactListId of model Contact was removed","Property data of model Contact was removed","Property callRecords of model Contact was removed","Property callable of model Contact was removed","Property phoneNumberStatus of model Contact was removed","Property selfUri of model Contact was removed","Module Not Defined","Module Not Defined","Path /api/v1/architect/audits is missing;","Path /api/v1/architect/ivrs is missing;","Path /api/v1/architect/ivrs/actions/publish is missing;","Path /api/v1/architect/ivrs/{ivrId} is missing;","Path /api/v1/architect/prompts is missing;","Path /api/v1/architect/prompts/{promptId} is missing;","Path /api/v1/architect/prompts/{promptId}/resources is missing;","Path /api/v1/architect/prompts/{promptId}/resources/{language} is missing;","Path /api/v1/architect/schedulegroups is missing;","Path /api/v1/architect/schedulegroups/{scheduleGroupId} is missing;","Path /api/v1/architect/schedules is missing;","Path /api/v1/architect/schedules/{scheduleId} is missing;","Path /api/v1/architect/systemprompts is missing;","Path /api/v1/architect/systemprompts/{promptId} is missing;","Path /api/v1/architect/systemprompts/{promptId}/resources is missing;","Path /api/v1/architect/systemprompts/{promptId}/resources/{language} is missing;","Path /api/v1/attributes is missing;","Path /api/v1/attributes/query is missing;","Path /api/v1/attributes/{attributeId} is missing;","Path /api/v1/authorization/licenses is missing;","Path /api/v1/authorization/permissions is missing;","Path /api/v1/authorization/products is missing;","Path /api/v1/authorization/roles is missing;","Path /api/v1/authorization/roles/default is missing;","Path /api/v1/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId} is missing;","Path /api/v1/authorization/roles/{roleId} is missing;","Path /api/v1/authorization/roles/{roleId}/users/add is missing;","Path /api/v1/authorization/roles/{roleId}/users/remove is missing;","Path /api/v1/authorization/users/{userId}/roles is missing;","Path /api/v1/certificate/details is missing;","Path /api/v1/compliance/hipaa is missing;","Path /api/v1/configuration/addressvalidation is missing;","Path /api/v1/configuration/didpools is missing;","Path /api/v1/configuration/didpools/{didPoolId} is missing;","Path /api/v1/configuration/dids is missing;","Path /api/v1/configuration/dids/{didId} is missing;","Path /api/v1/configuration/edges is missing;","Path /api/v1/configuration/edges/certificateauthorities is missing;","Path /api/v1/configuration/edges/certificateauthorities/{certificateId} is missing;","Path /api/v1/configuration/edges/{edgeId} is missing;","Path /api/v1/configuration/edges/{edgeId}/lines is missing;","Path /api/v1/configuration/edges/{edgeId}/lines/{lineId} is missing;","Path /api/v1/configuration/edges/{edgeId}/logicalinterfaces is missing;","Path /api/v1/configuration/edges/{edgeId}/logicalinterfaces/{interfaceId} is missing;","Path /api/v1/configuration/edges/{edgeId}/logs/jobs is missing;","Path /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId} is missing;","Path /api/v1/configuration/edges/{edgeId}/logs/jobs/{jobId}/upload is missing;","Path /api/v1/configuration/edges/{edgeId}/physicalinterfaces is missing;","Path /api/v1/configuration/edges/{edgeId}/physicalinterfaces/{interfaceId} is missing;","Path /api/v1/configuration/edges/{edgeId}/reboot is missing;","Path /api/v1/configuration/edges/{edgeId}/softwareupdate is missing;","Path /api/v1/configuration/edges/{edgeId}/softwareversions is missing;","Path /api/v1/configuration/edges/{edgeId}/unpair is missing;","Path /api/v1/configuration/edgeversionreport is missing;","Path /api/v1/configuration/endpoints is missing;","Path /api/v1/configuration/endpoints/{endpointId} is missing;","Path /api/v1/configuration/extensionpools is missing;","Path /api/v1/configuration/extensionpools/{extensionPoolId} is missing;","Path /api/v1/configuration/extensions is missing;","Path /api/v1/configuration/extensions/{extensionId} is missing;","Path /api/v1/configuration/organization is missing;","Path /api/v1/configuration/organizations is missing;","Path /api/v1/configuration/organizations/{orgId} is missing;","Path /api/v1/configuration/recordingkeys is missing;","Path /api/v1/configuration/recordingkeys/rotationschedule is missing;","Path /api/v1/configuration/retentionpolicies is missing;","Path /api/v1/configuration/retentionpolicies/{policyId} is missing;","Path /api/v1/configuration/schemas/edges/vnext is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory} is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType} is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId} is missing;","Path /api/v1/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId} is missing;","Path /api/v1/configuration/sites is missing;","Path /api/v1/configuration/sites/{siteId} is missing;","Path /api/v1/configuration/sites/{siteId}/numberplans is missing;","Path /api/v1/configuration/sites/{siteId}/numberplans/classifications is missing;","Path /api/v1/configuration/sites/{siteId}/numberplans/{numberPlanId} is missing;","Path /api/v1/configuration/sites/{siteId}/rebalance is missing;","Path /api/v1/configuration/uservoicemailpolicies/{userId} is missing;","Path /api/v1/configuration/voicemailpolicy is missing;","Path /api/v1/contentmanagement/auditquery is missing;","Path /api/v1/contentmanagement/documents is missing;","Path /api/v1/contentmanagement/documents/{documentId} is missing;","Path /api/v1/contentmanagement/documents/{documentId}/audits is missing;","Path /api/v1/contentmanagement/documents/{documentId}/content is missing;","Path /api/v1/contentmanagement/query is missing;","Path /api/v1/contentmanagement/securityprofiles is missing;","Path /api/v1/contentmanagement/securityprofiles/{securityProfileId} is missing;","Path /api/v1/contentmanagement/shared/{sharedId} is missing;","Path /api/v1/contentmanagement/shares is missing;","Path /api/v1/contentmanagement/shares/{shareId} is missing;","Path /api/v1/contentmanagement/status is missing;","Path /api/v1/contentmanagement/status/{statusId} is missing;","Path /api/v1/contentmanagement/workspaces is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId} is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/members is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/members/{memberId} is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/query is missing;","Path /api/v1/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId} is missing;","Path /api/v1/conversations is missing;","Path /api/v1/conversations/fax is missing;","Path /api/v1/conversations/maximumconferenceparties is missing;","Path /api/v1/conversations/query is missing;","Path /api/v1/conversations/query/{anchor} is missing;","Path /api/v1/conversations/{conversationId} is missing;","Path /api/v1/conversations/{conversationId}/calls is missing;","Path /api/v1/conversations/{conversationId}/messages is missing;","Path /api/v1/conversations/{conversationId}/messages/draft is missing;","Path /api/v1/conversations/{conversationId}/messages/draft/attachments/{attachmentId} is missing;","Path /api/v1/conversations/{conversationId}/messages/{id} is missing;","Path /api/v1/conversations/{conversationId}/participants is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId} is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/attributes is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/callbacks is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/consult is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/monitor is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/replace is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/wrapup is missing;","Path /api/v1/conversations/{conversationId}/participants/{participantId}/wrapupcodes is missing;","Path /api/v1/conversations/{conversationId}/recordings is missing;","Path /api/v1/conversations/{conversationId}/recordings/{recordingId} is missing;","Path /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations is missing;","Path /api/v1/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId} is missing;","Path /api/v1/conversations/{conversationId}/tags is missing;","Path /api/v1/conversations/{conversationId}/wrapupcodes is missing;","Path /api/v1/date is missing;","Path /api/v1/downloads/callback is missing;","Path /api/v1/downloads/{downloadId} is missing;","Path /api/v1/externalcontacts/contacts is missing;","Path /api/v1/externalcontacts/contacts/{contactId} is missing;","Path /api/v1/externalcontacts/contacts/{contactId}/notes is missing;","Path /api/v1/externalcontacts/contacts/{contactId}/notes/{noteId} is missing;","Path /api/v1/externalcontacts/organizations is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId} is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/contacts is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId} is missing;","Path /api/v1/externalcontacts/organizations/{externalOrganizationId}/relationships is missing;","Path /api/v1/externalcontacts/relationships is missing;","Path /api/v1/externalcontacts/relationships/{relationshipId} is missing;","Path /api/v1/fax/documents is missing;","Path /api/v1/fax/documents/{documentId} is missing;","Path /api/v1/fax/documents/{documentId}/content is missing;","Path /api/v1/fax/summary is missing;","Path /api/v1/flows is missing;","Path /api/v1/flows/actions/checkin is missing;","Path /api/v1/flows/actions/checkout is missing;","Path /api/v1/flows/actions/deactivate is missing;","Path /api/v1/flows/actions/debug is missing;","Path /api/v1/flows/actions/revert is missing;","Path /api/v1/flows/{flowId} is missing;","Path /api/v1/flows/{flowId}/latestconfiguration is missing;","Path /api/v1/flows/{flowId}/publishedresults/{id} is missing;","Path /api/v1/flows/{flowId}/versions is missing;","Path /api/v1/flows/{flowId}/versions/{versionId} is missing;","Path /api/v1/flows/{flowId}/versions/{versionId}/configuration is missing;","Path /api/v1/geolocations/settings is missing;","Path /api/v1/greetings is missing;","Path /api/v1/greetings/defaults is missing;","Path /api/v1/greetings/{greetingId} is missing;","Path /api/v1/greetings/{greetingId}/media is missing;","Path /api/v1/groups is missing;","Path /api/v1/groups/{groupId} is missing;","Path /api/v1/groups/{groupId}/members is missing;","Path /api/v1/health/check is missing;","Path /api/v1/identityproviders is missing;","Path /api/v1/identityproviders/okta is missing;","Path /api/v1/identityproviders/onelogin is missing;","Path /api/v1/identityproviders/purecloud is missing;","Path /api/v1/identityproviders/salesforce is missing;","Path /api/v1/identityproviders/{providerId} is missing;","Path /api/v1/languages is missing;","Path /api/v1/languages/{languageId} is missing;","Path /api/v1/licensing/licenses is missing;","Path /api/v1/licensing/orgassignments is missing;","Path /api/v1/licensing/orgassignments/{id} is missing;","Path /api/v1/licensing/permissions is missing;","Path /api/v1/licensing/userassignments is missing;","Path /api/v1/licensing/userassignments/{id} is missing;","Path /api/v1/locations is missing;","Path /api/v1/locations/{locationId} is missing;","Path /api/v1/notifications/availabletopics is missing;","Path /api/v1/notifications/channels is missing;","Path /api/v1/notifications/channels/{channelId}/subscriptions is missing;","Path /api/v1/oauth/clients is missing;","Path /api/v1/oauth/clients/{clientId} is missing;","Path /api/v1/oauth/clients/{clientId}/secret is missing;","Path /api/v1/orphanrecordings is missing;","Path /api/v1/orphanrecordings/{orphanId} is missing;","Path /api/v1/outbound/audits is missing;","Path /api/v1/outbound/callabletimesets is missing;","Path /api/v1/outbound/callabletimesets/{callableTimeSetId} is missing;","Path /api/v1/outbound/callanalysisresponsesets is missing;","Path /api/v1/outbound/callanalysisresponsesets/{callAnalysisSetId} is missing;","Path /api/v1/outbound/campaigns is missing;","Path /api/v1/outbound/campaigns/progress is missing;","Path /api/v1/outbound/campaigns/{campaignId} is missing;","Path /api/v1/outbound/campaigns/{campaignId}/agents/{userId} is missing;","Path /api/v1/outbound/campaigns/{campaignId}/callback/schedule is missing;","Path /api/v1/outbound/campaigns/{campaignId}/diagnostics is missing;","Path /api/v1/outbound/campaigns/{campaignId}/progress is missing;","Path /api/v1/outbound/campaigns/{campaignId}/stats is missing;","Path /api/v1/outbound/contactlists is missing;","Path /api/v1/outbound/contactlists/penetrationrates is missing;","Path /api/v1/outbound/contactlists/{contactListId} is missing;","Path /api/v1/outbound/contactlists/{contactListId}/contacts is missing;","Path /api/v1/outbound/contactlists/{contactListId}/contacts/{contactId} is missing;","Path /api/v1/outbound/contactlists/{contactListId}/export is missing;","Path /api/v1/outbound/contactlists/{contactListId}/importstatus is missing;","Path /api/v1/outbound/contactlists/{contactListId}/{campaignId}/penetrationrate is missing;","Path /api/v1/outbound/conversations/{conversationId}/dnc is missing;","Path /api/v1/outbound/dnclists is missing;","Path /api/v1/outbound/dnclists/{dncListId} is missing;","Path /api/v1/outbound/dnclists/{dncListId}/export is missing;","Path /api/v1/outbound/dnclists/{dncListId}/importstatus is missing;","Path /api/v1/outbound/dnclists/{dncListId}/phonenumbers is missing;","Path /api/v1/outbound/previews is missing;","Path /api/v1/outbound/previews/{previewId} is missing;","Path /api/v1/outbound/previews/{previewId}/dispositioncall is missing;","Path /api/v1/outbound/previews/{previewId}/placecall is missing;","Path /api/v1/outbound/rulesets is missing;","Path /api/v1/outbound/rulesets/{ruleSetId} is missing;","Path /api/v1/outbound/schedules/campaigns is missing;","Path /api/v1/outbound/schedules/campaigns/{campaignId} is missing;","Path /api/v1/outbound/schedules/sequences is missing;","Path /api/v1/outbound/schedules/sequences/{sequenceId} is missing;","Path /api/v1/outbound/sequences is missing;","Path /api/v1/outbound/sequences/{sequenceId} is missing;","Path /api/v1/outbound/wrapupcodemappings is missing;","Path /api/v1/presencedefinitions is missing;","Path /api/v1/presencedefinitions/{presenceId} is missing;","Path /api/v1/quality/agents/activity is missing;","Path /api/v1/quality/calibrations is missing;","Path /api/v1/quality/calibrations/{calibrationId} is missing;","Path /api/v1/quality/conversations/{conversationId}/audits is missing;","Path /api/v1/quality/conversations/{conversationId}/evaluations is missing;","Path /api/v1/quality/conversations/{conversationId}/evaluations/{evaluationId} is missing;","Path /api/v1/quality/evaluations/query is missing;","Path /api/v1/quality/evaluations/scoring is missing;","Path /api/v1/quality/evaluators/activity is missing;","Path /api/v1/quality/forms is missing;","Path /api/v1/quality/forms/{formId} is missing;","Path /api/v1/quality/forms/{formId}/versions is missing;","Path /api/v1/quality/publishedforms is missing;","Path /api/v1/quality/publishedforms/{formId} is missing;","Path /api/v1/recording/mediaretentionpolicies is missing;","Path /api/v1/recording/mediaretentionpolicies/{policyId} is missing;","Path /api/v1/recording/settings is missing;","Path /api/v1/responsemanagement/libraries is missing;","Path /api/v1/responsemanagement/libraries/{libraryId} is missing;","Path /api/v1/responsemanagement/responses is missing;","Path /api/v1/responsemanagement/responses/query is missing;","Path /api/v1/responsemanagement/responses/{responseId} is missing;","Path /api/v1/routing/email/domains is missing;","Path /api/v1/routing/email/domains/{domain}/routes is missing;","Path /api/v1/routing/email/domains/{domain}/routes/{id} is missing;","Path /api/v1/routing/email/domains/{id} is missing;","Path /api/v1/routing/email/setup is missing;","Path /api/v1/routing/queues is missing;","Path /api/v1/routing/queues/{queueId} is missing;","Path /api/v1/routing/queues/{queueId}/estimatedwaittime is missing;","Path /api/v1/routing/queues/{queueId}/members is missing;","Path /api/v1/routing/queues/{queueId}/members/{memberId} is missing;","Path /api/v1/routing/queues/{queueId}/users is missing;","Path /api/v1/routing/queues/{queueId}/users/{memberId} is missing;","Path /api/v1/routing/queues/{queueId}/wrapupcodes is missing;","Path /api/v1/routing/queues/{queueId}/wrapupcodes/{codeId} is missing;","Path /api/v1/routing/skills is missing;","Path /api/v1/routing/utilization is missing;","Path /api/v1/routing/wrapupcodes is missing;","Path /api/v1/routing/wrapupcodes/{codeId} is missing;","Path /api/v1/scripts is missing;","Path /api/v1/search/chats is missing;","Path /api/v1/stations is missing;","Path /api/v1/stations/{id} is missing;","Path /api/v1/stations/{id}/associateduser is missing;","Path /api/v1/telephony/providers/edge/edgegroups is missing;","Path /api/v1/telephony/providers/edge/edgegroups/{edgeGroupId} is missing;","Path /api/v1/telephony/providers/edge/linebasesettings is missing;","Path /api/v1/telephony/providers/edge/linebasesettings/{lineBaseId} is missing;","Path /api/v1/telephony/providers/edge/lines is missing;","Path /api/v1/telephony/providers/edge/lines/template is missing;","Path /api/v1/telephony/providers/edge/lines/{lineId} is missing;","Path /api/v1/telephony/providers/edge/outboundroutes is missing;","Path /api/v1/telephony/providers/edge/outboundroutes/{outboundRouteId} is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings/availablemetabases is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings/template is missing;","Path /api/v1/telephony/providers/edge/phonebasesettings/{phoneBaseId} is missing;","Path /api/v1/telephony/providers/edge/phones is missing;","Path /api/v1/telephony/providers/edge/phones/reboot is missing;","Path /api/v1/telephony/providers/edge/phones/template is missing;","Path /api/v1/telephony/providers/edge/phones/{phoneId} is missing;","Path /api/v1/telephony/providers/edge/phones/{phoneId}/reboot is missing;","Path /api/v1/telephony/providers/edge/timezones is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings/availablemetabases is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings/template is missing;","Path /api/v1/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId} is missing;","Path /api/v1/timezones is missing;","Path /api/v1/tokens/me is missing;","Path /api/v1/userrecordings is missing;","Path /api/v1/userrecordings/summary is missing;","Path /api/v1/userrecordings/{recordingId} is missing;","Path /api/v1/userrecordings/{recordingId}/media is missing;","Path /api/v1/users is missing;","Path /api/v1/users/me is missing;","Path /api/v1/users/{userId} is missing;","Path /api/v1/users/{userId}/callforwarding is missing;","Path /api/v1/users/{userId}/geolocations/{clientId} is missing;","Path /api/v1/users/{userId}/greetings is missing;","Path /api/v1/users/{userId}/greetings/defaults is missing;","Path /api/v1/users/{userId}/outofoffice is missing;","Path /api/v1/users/{userId}/presences is missing;","Path /api/v1/users/{userId}/presences/{source} is missing;","Path /api/v1/users/{userId}/primarypresence is missing;","Path /api/v1/users/{userId}/primarypresencesource is missing;","Path /api/v1/users/{userId}/queues is missing;","Path /api/v1/users/{userId}/queues/{queueId} is missing;","Path /api/v1/users/{userId}/roles is missing;","Path /api/v1/users/{userId}/routingstatus is missing;","Path /api/v1/users/{userId}/skills is missing;","Path /api/v1/voicemail/mailbox is missing;","Path /api/v1/voicemail/messages is missing;","Path /api/v1/voicemail/messages/{messageId} is missing;","Path /api/v1/voicemail/messages/{messageId}/media is missing;"],"Minor":["Paths added /api/v2/alerting/interactionstats/alerts, /api/v2/alerting/interactionstats/alerts/unread, /api/v2/alerting/interactionstats/alerts/{alertId}, /api/v2/alerting/interactionstats/rules, /api/v2/alerting/interactionstats/rules/{ruleId}, /api/v2/analytics/conversations/aggregates/query, /api/v2/analytics/conversations/details/query, /api/v2/analytics/conversations/{conversationId}/details, /api/v2/analytics/conversations/{conversationId}/details/properties, /api/v2/analytics/evaluations/aggregates/query, /api/v2/analytics/queues/observations/query, /api/v2/analytics/reporting/metadata, /api/v2/analytics/reporting/reportformats, /api/v2/analytics/reporting/schedules, /api/v2/analytics/reporting/schedules/{scheduleId}, /api/v2/analytics/reporting/schedules/{scheduleId}/history, /api/v2/analytics/reporting/schedules/{scheduleId}/history/latest, /api/v2/analytics/reporting/schedules/{scheduleId}/history/{runId}, /api/v2/analytics/reporting/schedules/{scheduleId}/runreport, /api/v2/analytics/reporting/timeperiods, /api/v2/analytics/reporting/{reportId}/metadata, /api/v2/analytics/users/aggregates/query, /api/v2/analytics/users/observations/query, /api/v2/attributes, /api/v2/attributes/query, /api/v2/attributes/{attributeId}, /api/v2/authorization/permissions, /api/v2/authorization/products, /api/v2/authorization/roles, /api/v2/authorization/roles/default, /api/v2/authorization/roles/{leftRoleId}/comparedefault/{rightRoleId}, /api/v2/authorization/roles/{roleId}, /api/v2/authorization/roles/{roleId}/users/add, /api/v2/authorization/roles/{roleId}/users/remove, /api/v2/callbacks, /api/v2/callbacks/participants/{participantId}, /api/v2/callbacks/participants/{participantId}/attributes, /api/v2/callbacks/participants/{participantId}/replace, /api/v2/callbacks/participants/{participantId}/wrapup, /api/v2/callbacks/participants/{participantId}/wrapupcodes, /api/v2/callbacks/{conversationId}, /api/v2/calls, /api/v2/calls/maximumconferenceparties, /api/v2/calls/participants/{participantId}, /api/v2/calls/participants/{participantId}/attributes, /api/v2/calls/participants/{participantId}/replace, /api/v2/calls/participants/{participantId}/wrapup, /api/v2/calls/participants/{participantId}/wrapupcodes, /api/v2/calls/{conversationId}, /api/v2/calls/{conversationId}/participants, /api/v2/calls/{conversationId}/participants/{participantId}/consult, /api/v2/calls/{conversationId}/participants/{participantId}/monitor, /api/v2/certificate/details, /api/v2/chats, /api/v2/chats/participants/{participantId}, /api/v2/chats/participants/{participantId}/attributes, /api/v2/chats/participants/{participantId}/replace, /api/v2/chats/participants/{participantId}/wrapup, /api/v2/chats/participants/{participantId}/wrapupcodes, /api/v2/chats/{conversationId}, /api/v2/compliance/hipaa, /api/v2/configuration/recordingkeys, /api/v2/configuration/recordingkeys/rotationschedule, /api/v2/configuration/retentionpolicies, /api/v2/configuration/retentionpolicies/{policyId}, /api/v2/configuration/schemas/edges/vnext, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}, /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}, /api/v2/configuration/uservoicemailpolicies/{userId}, /api/v2/configuration/voicemailpolicy, /api/v2/contentmanagement/auditquery, /api/v2/contentmanagement/documents, /api/v2/contentmanagement/documents/{documentId}, /api/v2/contentmanagement/documents/{documentId}/audits, /api/v2/contentmanagement/documents/{documentId}/content, /api/v2/contentmanagement/query, /api/v2/contentmanagement/securityprofiles, /api/v2/contentmanagement/securityprofiles/{securityProfileId}, /api/v2/contentmanagement/shared/{sharedId}, /api/v2/contentmanagement/shares, /api/v2/contentmanagement/shares/{shareId}, /api/v2/contentmanagement/status, /api/v2/contentmanagement/status/{statusId}, /api/v2/contentmanagement/workspaces, /api/v2/contentmanagement/workspaces/{workspaceId}, /api/v2/contentmanagement/workspaces/{workspaceId}/members, /api/v2/contentmanagement/workspaces/{workspaceId}/members/{memberId}, /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues, /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/query, /api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}, /api/v2/conversations, /api/v2/conversations/faxes, /api/v2/conversations/{conversationId}, /api/v2/conversations/{conversationId}/participants/{participantId}, /api/v2/conversations/{conversationId}/participants/{participantId}/attributes, /api/v2/conversations/{conversationId}/participants/{participantId}/callbacks, /api/v2/conversations/{conversationId}/participants/{participantId}/replace, /api/v2/conversations/{conversationId}/participants/{participantId}/wrapup, /api/v2/conversations/{conversationId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/{conversationId}/recordings, /api/v2/conversations/{conversationId}/recordings/{recordingId}, /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations, /api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations/{annotationId}, /api/v2/date, /api/v2/downloads/callback, /api/v2/downloads/{downloadId}, /api/v2/emails, /api/v2/emails/participants/{participantId}, /api/v2/emails/participants/{participantId}/attributes, /api/v2/emails/participants/{participantId}/replace, /api/v2/emails/participants/{participantId}/wrapup, /api/v2/emails/participants/{participantId}/wrapupcodes, /api/v2/emails/{conversationId}, /api/v2/emails/{conversationId}/messages, /api/v2/emails/{conversationId}/messages/draft, /api/v2/emails/{conversationId}/messages/draft/attachments/{attachmentId}, /api/v2/emails/{conversationId}/messages/{messageId}, /api/v2/externalcontacts/contacts, /api/v2/externalcontacts/contacts/{contactId}, /api/v2/externalcontacts/contacts/{contactId}/notes, /api/v2/externalcontacts/contacts/{contactId}/notes/{noteId}, /api/v2/externalcontacts/organizations, /api/v2/externalcontacts/organizations/{externalOrganizationId}, /api/v2/externalcontacts/organizations/{externalOrganizationId}/contacts, /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes, /api/v2/externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}, /api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships, /api/v2/externalcontacts/relationships, /api/v2/externalcontacts/relationships/{relationshipId}, /api/v2/fax/documents, /api/v2/fax/documents/{documentId}, /api/v2/fax/documents/{documentId}/content, /api/v2/fax/summary, /api/v2/geolocations/settings, /api/v2/greetings, /api/v2/greetings/defaults, /api/v2/greetings/{greetingId}, /api/v2/greetings/{greetingId}/media, /api/v2/groups, /api/v2/groups/search, /api/v2/groups/{groupId}, /api/v2/groups/{groupId}/members, /api/v2/identityproviders, /api/v2/identityproviders/okta, /api/v2/identityproviders/onelogin, /api/v2/identityproviders/purecloud, /api/v2/identityproviders/salesforce, /api/v2/identityproviders/{providerId}, /api/v2/integrations/types, /api/v2/integrations/types/{id}, /api/v2/integrations/workforcemanagement/vendorconnection, /api/v2/languages, /api/v2/languages/{languageId}, /api/v2/licensing/licenses, /api/v2/licensing/orgassignments, /api/v2/licensing/orgassignments/{id}, /api/v2/licensing/permissions, /api/v2/licensing/userassignments, /api/v2/licensing/userassignments/{id}, /api/v2/locations, /api/v2/locations/{locationId}, /api/v2/notifications/availabletopics, /api/v2/notifications/channels, /api/v2/notifications/channels/{channelId}/subscriptions, /api/v2/oauth/clients, /api/v2/oauth/clients/{clientId}, /api/v2/oauth/clients/{clientId}/secret, /api/v2/organizations, /api/v2/organizations/me, /api/v2/orphanrecordings, /api/v2/orphanrecordings/{orphanId}, /api/v2/outbound/audits, /api/v2/outbound/callabletimesets, /api/v2/outbound/callabletimesets/{callableTimeSetId}, /api/v2/outbound/callanalysisresponsesets, /api/v2/outbound/callanalysisresponsesets/{callAnalysisSetId}, /api/v2/outbound/campaigns, /api/v2/outbound/campaigns/progress, /api/v2/outbound/campaigns/{campaignId}, /api/v2/outbound/campaigns/{campaignId}/agents/{userId}, /api/v2/outbound/campaigns/{campaignId}/callback/schedule, /api/v2/outbound/campaigns/{campaignId}/diagnostics, /api/v2/outbound/campaigns/{campaignId}/progress, /api/v2/outbound/campaigns/{campaignId}/stats, /api/v2/outbound/contactlists, /api/v2/outbound/contactlists/{contactListId}, /api/v2/outbound/contactlists/{contactListId}/contacts, /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId}, /api/v2/outbound/contactlists/{contactListId}/export, /api/v2/outbound/contactlists/{contactListId}/importstatus, /api/v2/outbound/conversations/{conversationId}/dnc, /api/v2/outbound/dnclists, /api/v2/outbound/dnclists/{dncListId}, /api/v2/outbound/dnclists/{dncListId}/export, /api/v2/outbound/dnclists/{dncListId}/importstatus, /api/v2/outbound/dnclists/{dncListId}/phonenumbers, /api/v2/outbound/rulesets, /api/v2/outbound/rulesets/{ruleSetId}, /api/v2/outbound/schedules/campaigns, /api/v2/outbound/schedules/campaigns/{campaignId}, /api/v2/outbound/schedules/sequences, /api/v2/outbound/schedules/sequences/{sequenceId}, /api/v2/outbound/sequences, /api/v2/outbound/sequences/{sequenceId}, /api/v2/outbound/wrapupcodemappings, /api/v2/presencedefinitions, /api/v2/presencedefinitions/{presenceId}, /api/v2/quality/agents/activity, /api/v2/quality/calibrations, /api/v2/quality/calibrations/{calibrationId}, /api/v2/quality/conversations/{conversationId}/audits, /api/v2/quality/conversations/{conversationId}/evaluations, /api/v2/quality/conversations/{conversationId}/evaluations/{evaluationId}, /api/v2/quality/evaluations/query, /api/v2/quality/evaluations/scoring, /api/v2/quality/evaluators/activity, /api/v2/quality/forms, /api/v2/quality/forms/{formId}, /api/v2/quality/forms/{formId}/versions, /api/v2/quality/publishedforms, /api/v2/quality/publishedforms/{formId}, /api/v2/recording/mediaretentionpolicies, /api/v2/recording/mediaretentionpolicies/{policyId}, /api/v2/recording/settings, /api/v2/responsemanagement/libraries, /api/v2/responsemanagement/libraries/{libraryId}, /api/v2/responsemanagement/responses, /api/v2/responsemanagement/responses/query, /api/v2/responsemanagement/responses/{responseId}, /api/v2/routing/email/domains, /api/v2/routing/email/domains/{domain}/routes, /api/v2/routing/email/domains/{domain}/routes/{id}, /api/v2/routing/email/domains/{id}, /api/v2/routing/email/setup, /api/v2/routing/queues, /api/v2/routing/queues/{queueId}, /api/v2/routing/queues/{queueId}/estimatedwaittime, /api/v2/routing/queues/{queueId}/users, /api/v2/routing/queues/{queueId}/users/{memberId}, /api/v2/routing/queues/{queueId}/wrapupcodes, /api/v2/routing/queues/{queueId}/wrapupcodes/{codeId}, /api/v2/routing/skills, /api/v2/routing/skills/{skillId}, /api/v2/routing/utilization, /api/v2/routing/wrapupcodes, /api/v2/routing/wrapupcodes/{codeId}, /api/v2/scripts, /api/v2/search, /api/v2/socials, /api/v2/socials/participants/{participantId}, /api/v2/socials/participants/{participantId}/attributes, /api/v2/socials/participants/{participantId}/replace, /api/v2/socials/participants/{participantId}/wrapup, /api/v2/socials/participants/{participantId}/wrapupcodes, /api/v2/socials/{conversationId}, /api/v2/stations, /api/v2/stations/{id}, /api/v2/stations/{id}/associateduser, /api/v2/telephony/providers/edge, /api/v2/telephony/providers/edge/addressvalidation, /api/v2/telephony/providers/edge/certificateauthorities, /api/v2/telephony/providers/edge/certificateauthorities/{certificateId}, /api/v2/telephony/providers/edge/didpools, /api/v2/telephony/providers/edge/didpools/{didPoolId}, /api/v2/telephony/providers/edge/dids, /api/v2/telephony/providers/edge/dids/{didId}, /api/v2/telephony/providers/edge/edgegroups, /api/v2/telephony/providers/edge/edgegroups/{edgeGroupId}, /api/v2/telephony/providers/edge/edgeversionreport, /api/v2/telephony/providers/edge/endpoints, /api/v2/telephony/providers/edge/endpoints/{endpointId}, /api/v2/telephony/providers/edge/extensionpools, /api/v2/telephony/providers/edge/extensionpools/{extensionPoolId}, /api/v2/telephony/providers/edge/extensions, /api/v2/telephony/providers/edge/extensions/{extensionId}, /api/v2/telephony/providers/edge/linebasesettings, /api/v2/telephony/providers/edge/linebasesettings/{lineBaseId}, /api/v2/telephony/providers/edge/lines, /api/v2/telephony/providers/edge/lines/template, /api/v2/telephony/providers/edge/lines/{lineId}, /api/v2/telephony/providers/edge/outboundroutes, /api/v2/telephony/providers/edge/outboundroutes/{outboundRouteId}, /api/v2/telephony/providers/edge/phonebasesettings, /api/v2/telephony/providers/edge/phonebasesettings/availablemetabases, /api/v2/telephony/providers/edge/phonebasesettings/template, /api/v2/telephony/providers/edge/phonebasesettings/{phoneBaseId}, /api/v2/telephony/providers/edge/phones, /api/v2/telephony/providers/edge/phones/reboot, /api/v2/telephony/providers/edge/phones/template, /api/v2/telephony/providers/edge/phones/{phoneId}, /api/v2/telephony/providers/edge/phones/{phoneId}/reboot, /api/v2/telephony/providers/edge/sites, /api/v2/telephony/providers/edge/sites/{siteId}, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/classifications, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/{numberPlanId}, /api/v2/telephony/providers/edge/sites/{siteId}/rebalance, /api/v2/telephony/providers/edge/timezones, /api/v2/telephony/providers/edge/trunkbasesettings, /api/v2/telephony/providers/edge/trunkbasesettings/availablemetabases, /api/v2/telephony/providers/edge/trunkbasesettings/template, /api/v2/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}, /api/v2/telephony/providers/edge/{edgeId}, /api/v2/telephony/providers/edge/{edgeId}/lines, /api/v2/telephony/providers/edge/{edgeId}/lines/{lineId}, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}/upload, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/reboot, /api/v2/telephony/providers/edge/{edgeId}/softwareupdate, /api/v2/telephony/providers/edge/{edgeId}/softwareversions, /api/v2/telephony/providers/edge/{edgeId}/unpair, /api/v2/timezones, /api/v2/tokens/me, /api/v2/userrecordings, /api/v2/userrecordings/summary, /api/v2/userrecordings/{recordingId}, /api/v2/userrecordings/{recordingId}/media, /api/v2/users, /api/v2/users/me, /api/v2/users/search, /api/v2/users/{userId}, /api/v2/users/{userId}/callforwarding, /api/v2/users/{userId}/geolocations/{clientId}, /api/v2/users/{userId}/greetings, /api/v2/users/{userId}/greetings/defaults, /api/v2/users/{userId}/outofoffice, /api/v2/users/{userId}/presences/{source}, /api/v2/users/{userId}/queues, /api/v2/users/{userId}/queues/{queueId}, /api/v2/users/{userId}/roles, /api/v2/users/{userId}/routingskills, /api/v2/users/{userId}/routingskills/{skillId}, /api/v2/users/{userId}/routingstatus, /api/v2/videos, /api/v2/videos/participants/{participantId}, /api/v2/videos/participants/{participantId}/attributes, /api/v2/videos/participants/{participantId}/replace, /api/v2/videos/participants/{participantId}/wrapup, /api/v2/videos/participants/{participantId}/wrapupcodes, /api/v2/videos/{conversationId}, /api/v2/voicemail/mailbox, /api/v2/voicemail/messages, /api/v2/voicemail/messages/{messageId}, /api/v2/voicemail/messages/{messageId}/media","Property selfUri of model ManagementUnit was added","Property languageDefault of model SystemPromptAsset was added","Property tags of model SystemPromptAsset was added","Property types of model SearchRequest was added","Property sortOrder of model SearchRequest was added","Property query of model SearchRequest was added","Property sortBy of model SearchRequest was added","Property returnFields of model SearchRequest was added","Property aggregations of model SearchRequest was added","Property expand of model SearchRequest was added","Property languageDefault of model PromptAsset was added","Property tags of model PromptAsset was added","Property country of model Address was added","Property A1 of model Address was added","Property A3 of model Address was added","Property RD of model Address was added","Property HNO of model Address was added","Property LOC of model Address was added","Property NAM of model Address was added","Property PC of model Address was added","Property name of model ContactList was added","Property dateCreated of model ContactList was added","Property dateModified of model ContactList was added","Property version of model ContactList was added","Property columnNames of model ContactList was added","Property phoneColumns of model ContactList was added","Property importStatus of model ContactList was added","Property previewModeColumnName of model ContactList was added","Property previewModeAcceptedValues of model ContactList was added","Property size of model ContactList was added","Property authorizedGrantType of model OAuthClient was added","Property primary of model UserPresence was added","Property dateModified of model Group was added","Property state of model Group was added","Property images of model Group was added","Property addresses of model Group was added","Property disconnectReasons of model Call was added","Property inheritPhoneTrunkBasesIPv4 of model DomainLogicalInterface was added","Property inheritPhoneTrunkBasesIPv6 of model DomainLogicalInterface was added","Property dateCreated of model Campaign was added","Property dateModified of model Campaign was added","Property version of model Campaign was added","Property contactList of model Campaign was added","Property queue of model Campaign was added","Property dialingMode of model Campaign was added","Property script of model Campaign was added","Property edgeGroup of model Campaign was added","Property campaignStatus of model Campaign was added","Property phoneColumns of model Campaign was added","Property abandonRate of model Campaign was added","Property dncLists of model Campaign was added","Property callableTimeSet of model Campaign was added","Property callAnalysisResponseSet of model Campaign was added","Property errors of model Campaign was added","Property callerName of model Campaign was added","Property callerAddress of model Campaign was added","Property outboundLineCount of model Campaign was added","Property ruleSets of model Campaign was added","Property singleNumberPreview of model Campaign was added","Property type of model Station was added","Property sessionId of model Recording was added","Property primaryContactInfo of model User was added","Property addresses of model User was added","Property state of model User was added","Property images of model User was added","Property version of model User was added","Property presence of model User was added","Property station of model User was added","Property authorization of model User was added","Property address of model Contact was added","Property display of model Contact was added","Property mediaType of model Contact was added","Property type of model Contact was added"]},"0.31.1":{"Major":["Paths removed: /api/v2/callbacks, /api/v2/callbacks/participants/{participantId}, /api/v2/callbacks/participants/{participantId}/attributes, /api/v2/callbacks/participants/{participantId}/replace, /api/v2/callbacks/participants/{participantId}/wrapup, /api/v2/callbacks/participants/{participantId}/wrapupcodes, /api/v2/callbacks/{conversationId}, /api/v2/calls, /api/v2/calls/maximumconferenceparties, /api/v2/calls/participants/{participantId}, /api/v2/calls/participants/{participantId}/attributes, /api/v2/calls/participants/{participantId}/replace, /api/v2/calls/participants/{participantId}/wrapup, /api/v2/calls/participants/{participantId}/wrapupcodes, /api/v2/calls/{conversationId}, /api/v2/calls/{conversationId}/participants, /api/v2/calls/{conversationId}/participants/{participantId}/consult, /api/v2/calls/{conversationId}/participants/{participantId}/monitor, /api/v2/chats, /api/v2/chats/participants/{participantId}, /api/v2/chats/participants/{participantId}/attributes, /api/v2/chats/participants/{participantId}/replace, /api/v2/chats/participants/{participantId}/wrapup, /api/v2/chats/participants/{participantId}/wrapupcodes, /api/v2/chats/{conversationId}, /api/v2/compliance/hipaa, /api/v2/configuration/recordingkeys, /api/v2/configuration/recordingkeys/rotationschedule, /api/v2/configuration/retentionpolicies, /api/v2/configuration/retentionpolicies/{policyId}, /api/v2/configuration/uservoicemailpolicies/{userId}, /api/v2/configuration/voicemailpolicy, /api/v2/downloads/callback, /api/v2/downloads/{downloadId}, /api/v2/emails, /api/v2/emails/participants/{participantId}, /api/v2/emails/participants/{participantId}/attributes, /api/v2/emails/participants/{participantId}/replace, /api/v2/emails/participants/{participantId}/wrapup, /api/v2/emails/participants/{participantId}/wrapupcodes, /api/v2/emails/{conversationId}, /api/v2/emails/{conversationId}/messages, /api/v2/emails/{conversationId}/messages/draft, /api/v2/emails/{conversationId}/messages/draft/attachments/{attachmentId}, /api/v2/emails/{conversationId}/messages/{messageId}, /api/v2/integrations/types, /api/v2/integrations/types/{id}, /api/v2/integrations/workforcemanagement/vendorconnection, /api/v2/licensing/licenses, /api/v2/licensing/orgassignments, /api/v2/licensing/orgassignments/{id}, /api/v2/licensing/permissions, /api/v2/licensing/userassignments, /api/v2/licensing/userassignments/{id}, /api/v2/organizations, /api/v2/scripts, /api/v2/socials, /api/v2/socials/participants/{participantId}, /api/v2/socials/participants/{participantId}/attributes, /api/v2/socials/participants/{participantId}/replace, /api/v2/socials/participants/{participantId}/wrapup, /api/v2/socials/participants/{participantId}/wrapupcodes, /api/v2/socials/{conversationId}, /api/v2/telephony/providers/edge, /api/v2/telephony/providers/edge/addressvalidation, /api/v2/telephony/providers/edge/certificateauthorities, /api/v2/telephony/providers/edge/certificateauthorities/{certificateId}, /api/v2/telephony/providers/edge/didpools, /api/v2/telephony/providers/edge/didpools/{didPoolId}, /api/v2/telephony/providers/edge/dids, /api/v2/telephony/providers/edge/dids/{didId}, /api/v2/telephony/providers/edge/edgegroups, /api/v2/telephony/providers/edge/edgegroups/{edgeGroupId}, /api/v2/telephony/providers/edge/edgeversionreport, /api/v2/telephony/providers/edge/endpoints, /api/v2/telephony/providers/edge/endpoints/{endpointId}, /api/v2/telephony/providers/edge/extensionpools, /api/v2/telephony/providers/edge/extensionpools/{extensionPoolId}, /api/v2/telephony/providers/edge/extensions, /api/v2/telephony/providers/edge/extensions/{extensionId}, /api/v2/telephony/providers/edge/linebasesettings, /api/v2/telephony/providers/edge/linebasesettings/{lineBaseId}, /api/v2/telephony/providers/edge/lines, /api/v2/telephony/providers/edge/lines/template, /api/v2/telephony/providers/edge/lines/{lineId}, /api/v2/telephony/providers/edge/outboundroutes, /api/v2/telephony/providers/edge/outboundroutes/{outboundRouteId}, /api/v2/telephony/providers/edge/phonebasesettings, /api/v2/telephony/providers/edge/phonebasesettings/availablemetabases, /api/v2/telephony/providers/edge/phonebasesettings/template, /api/v2/telephony/providers/edge/phonebasesettings/{phoneBaseId}, /api/v2/telephony/providers/edge/phones, /api/v2/telephony/providers/edge/phones/reboot, /api/v2/telephony/providers/edge/phones/template, /api/v2/telephony/providers/edge/phones/{phoneId}, /api/v2/telephony/providers/edge/phones/{phoneId}/reboot, /api/v2/telephony/providers/edge/sites, /api/v2/telephony/providers/edge/sites/{siteId}, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/classifications, /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/{numberPlanId}, /api/v2/telephony/providers/edge/sites/{siteId}/rebalance, /api/v2/telephony/providers/edge/timezones, /api/v2/telephony/providers/edge/trunkbasesettings, /api/v2/telephony/providers/edge/trunkbasesettings/availablemetabases, /api/v2/telephony/providers/edge/trunkbasesettings/template, /api/v2/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId}, /api/v2/telephony/providers/edge/{edgeId}, /api/v2/telephony/providers/edge/{edgeId}/lines, /api/v2/telephony/providers/edge/{edgeId}/lines/{lineId}, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}, /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}/upload, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces, /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edge/{edgeId}/reboot, /api/v2/telephony/providers/edge/{edgeId}/softwareupdate, /api/v2/telephony/providers/edge/{edgeId}/softwareversions, /api/v2/telephony/providers/edge/{edgeId}/unpair, /api/v2/videos, /api/v2/videos/participants/{participantId}, /api/v2/videos/participants/{participantId}/attributes, /api/v2/videos/participants/{participantId}/replace, /api/v2/videos/participants/{participantId}/wrapup, /api/v2/videos/participants/{participantId}/wrapupcodes, /api/v2/videos/{conversationId}","Module Not Defined","Property segmentId of model PropertyIndexRequest was removed","Property segmentId of model AnalyticsConversationSegment was removed","Property monitoredSessionId of model AnalyticsConversationSegment was removed","Property userId of model AnalyticsConversationSegment was removed","Property teamId of model AnalyticsConversationSegment was removed","Property direction of model AnalyticsConversationSegment was removed","Property howEnded of model AnalyticsConversationSegment was removed","Property purpose of model AnalyticsConversationSegment was removed","Property preferredAgentIds of model AnalyticsConversationSegment was removed","Property requestedSkillIds of model AnalyticsConversationSegment was removed","Property ani of model AnalyticsConversationSegment was removed","Property dnis of model AnalyticsConversationSegment was removed","Property dialerCampaignId of model AnalyticsConversationSegment was removed","Property dialerContactListId of model AnalyticsConversationSegment was removed","Property dispositionName of model AnalyticsConversationSegment was removed","Property dispositionAnalyzer of model AnalyticsConversationSegment was removed","Property monitoredParticipantId of model AnalyticsConversationSegment was removed","Property edgeId of model AnalyticsConversationSegment was removed","Property remoteNameDisplayable of model AnalyticsConversationSegment was removed","Property roomId of model AnalyticsConversationSegment was removed","Property addressSelf of model AnalyticsConversationSegment was removed","Property addressOther of model AnalyticsConversationSegment was removed","Module Not Defined","Property username of model CreateUser was removed","Property dataItemId of model DataItem was removed","Property value of model DataItem was removed","Property type of model DataItem was removed","Tag removed from /api/v2/analytics/evaluations/aggregates/query","Path /api/v2/callbacks is missing;","Path /api/v2/callbacks/participants/{participantId} is missing;","Path /api/v2/callbacks/participants/{participantId}/attributes is missing;","Path /api/v2/callbacks/participants/{participantId}/replace is missing;","Path /api/v2/callbacks/participants/{participantId}/wrapup is missing;","Path /api/v2/callbacks/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/callbacks/{conversationId} is missing;","Path /api/v2/calls is missing;","Path /api/v2/calls/maximumconferenceparties is missing;","Path /api/v2/calls/participants/{participantId} is missing;","Path /api/v2/calls/participants/{participantId}/attributes is missing;","Path /api/v2/calls/participants/{participantId}/replace is missing;","Path /api/v2/calls/participants/{participantId}/wrapup is missing;","Path /api/v2/calls/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/calls/{conversationId} is missing;","Path /api/v2/calls/{conversationId}/participants is missing;","Path /api/v2/calls/{conversationId}/participants/{participantId}/consult is missing;","Path /api/v2/calls/{conversationId}/participants/{participantId}/monitor is missing;","Path /api/v2/chats is missing;","Path /api/v2/chats/participants/{participantId} is missing;","Path /api/v2/chats/participants/{participantId}/attributes is missing;","Path /api/v2/chats/participants/{participantId}/replace is missing;","Path /api/v2/chats/participants/{participantId}/wrapup is missing;","Path /api/v2/chats/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/chats/{conversationId} is missing;","Path /api/v2/compliance/hipaa is missing;","Path /api/v2/configuration/recordingkeys is missing;","Path /api/v2/configuration/recordingkeys/rotationschedule is missing;","Path /api/v2/configuration/retentionpolicies is missing;","Path /api/v2/configuration/retentionpolicies/{policyId} is missing;","Tag removed from /api/v2/configuration/schemas/edges/vnext","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}","Tag removed from /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}","Path /api/v2/configuration/uservoicemailpolicies/{userId} is missing;","Path /api/v2/configuration/voicemailpolicy is missing;","Tag removed from /api/v2/conversations/faxes","Path /api/v2/downloads/callback is missing;","Path /api/v2/downloads/{downloadId} is missing;","Path /api/v2/emails is missing;","Path /api/v2/emails/participants/{participantId} is missing;","Path /api/v2/emails/participants/{participantId}/attributes is missing;","Path /api/v2/emails/participants/{participantId}/replace is missing;","Path /api/v2/emails/participants/{participantId}/wrapup is missing;","Path /api/v2/emails/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/emails/{conversationId} is missing;","Path /api/v2/emails/{conversationId}/messages is missing;","Path /api/v2/emails/{conversationId}/messages/draft is missing;","Path /api/v2/emails/{conversationId}/messages/draft/attachments/{attachmentId} is missing;","Path /api/v2/emails/{conversationId}/messages/{messageId} is missing;","Path /api/v2/integrations/types is missing;","Path /api/v2/integrations/types/{id} is missing;","Path /api/v2/integrations/workforcemanagement/vendorconnection is missing;","Path /api/v2/licensing/licenses is missing;","Path /api/v2/licensing/orgassignments is missing;","Path /api/v2/licensing/orgassignments/{id} is missing;","Path /api/v2/licensing/permissions is missing;","Path /api/v2/licensing/userassignments is missing;","Path /api/v2/licensing/userassignments/{id} is missing;","Path /api/v2/organizations is missing;","Parameter count for /api/v2/quality/forms Method: get changed","Tag removed from /api/v2/quality/forms","Tag removed from /api/v2/quality/forms","Tag removed from /api/v2/quality/forms/{formId}","Tag removed from /api/v2/quality/forms/{formId}","Tag removed from /api/v2/quality/forms/{formId}","Tag removed from /api/v2/quality/forms/{formId}/versions","Tag removed from /api/v2/quality/publishedforms","Tag removed from /api/v2/quality/publishedforms","Tag removed from /api/v2/quality/publishedforms/{formId}","Path /api/v2/scripts is missing;","Path /api/v2/socials is missing;","Path /api/v2/socials/participants/{participantId} is missing;","Path /api/v2/socials/participants/{participantId}/attributes is missing;","Path /api/v2/socials/participants/{participantId}/replace is missing;","Path /api/v2/socials/participants/{participantId}/wrapup is missing;","Path /api/v2/socials/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/socials/{conversationId} is missing;","Path /api/v2/telephony/providers/edge is missing;","Path /api/v2/telephony/providers/edge/addressvalidation is missing;","Path /api/v2/telephony/providers/edge/certificateauthorities is missing;","Path /api/v2/telephony/providers/edge/certificateauthorities/{certificateId} is missing;","Path /api/v2/telephony/providers/edge/didpools is missing;","Path /api/v2/telephony/providers/edge/didpools/{didPoolId} is missing;","Path /api/v2/telephony/providers/edge/dids is missing;","Path /api/v2/telephony/providers/edge/dids/{didId} is missing;","Path /api/v2/telephony/providers/edge/edgegroups is missing;","Path /api/v2/telephony/providers/edge/edgegroups/{edgeGroupId} is missing;","Path /api/v2/telephony/providers/edge/edgeversionreport is missing;","Path /api/v2/telephony/providers/edge/endpoints is missing;","Path /api/v2/telephony/providers/edge/endpoints/{endpointId} is missing;","Path /api/v2/telephony/providers/edge/extensionpools is missing;","Path /api/v2/telephony/providers/edge/extensionpools/{extensionPoolId} is missing;","Path /api/v2/telephony/providers/edge/extensions is missing;","Path /api/v2/telephony/providers/edge/extensions/{extensionId} is missing;","Path /api/v2/telephony/providers/edge/linebasesettings is missing;","Path /api/v2/telephony/providers/edge/linebasesettings/{lineBaseId} is missing;","Path /api/v2/telephony/providers/edge/lines is missing;","Path /api/v2/telephony/providers/edge/lines/template is missing;","Path /api/v2/telephony/providers/edge/lines/{lineId} is missing;","Path /api/v2/telephony/providers/edge/outboundroutes is missing;","Path /api/v2/telephony/providers/edge/outboundroutes/{outboundRouteId} is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings/availablemetabases is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings/template is missing;","Path /api/v2/telephony/providers/edge/phonebasesettings/{phoneBaseId} is missing;","Path /api/v2/telephony/providers/edge/phones is missing;","Path /api/v2/telephony/providers/edge/phones/reboot is missing;","Path /api/v2/telephony/providers/edge/phones/template is missing;","Path /api/v2/telephony/providers/edge/phones/{phoneId} is missing;","Path /api/v2/telephony/providers/edge/phones/{phoneId}/reboot is missing;","Path /api/v2/telephony/providers/edge/sites is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId} is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/numberplans is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/classifications is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/numberplans/{numberPlanId} is missing;","Path /api/v2/telephony/providers/edge/sites/{siteId}/rebalance is missing;","Path /api/v2/telephony/providers/edge/timezones is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings/availablemetabases is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings/template is missing;","Path /api/v2/telephony/providers/edge/trunkbasesettings/{trunkBaseSettingsId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/lines is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/lines/{lineId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logicalinterfaces/{interfaceId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logs/jobs is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/logs/jobs/{jobId}/upload is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/physicalinterfaces/{interfaceId} is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/reboot is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/softwareupdate is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/softwareversions is missing;","Path /api/v2/telephony/providers/edge/{edgeId}/unpair is missing;","Path /api/v2/videos is missing;","Path /api/v2/videos/participants/{participantId} is missing;","Path /api/v2/videos/participants/{participantId}/attributes is missing;","Path /api/v2/videos/participants/{participantId}/replace is missing;","Path /api/v2/videos/participants/{participantId}/wrapup is missing;","Path /api/v2/videos/participants/{participantId}/wrapupcodes is missing;","Path /api/v2/videos/{conversationId} is missing;"],"Minor":["Paths added /api/v2/conversations/callbacks, /api/v2/conversations/callbacks/{callbackId}, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/attributes, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/replace, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/wrapup, /api/v2/conversations/callbacks/{callbackId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/calls, /api/v2/conversations/calls/maximumconferenceparties, /api/v2/conversations/calls/{callId}, /api/v2/conversations/calls/{callId}/participants, /api/v2/conversations/calls/{callId}/participants/{participantId}, /api/v2/conversations/calls/{callId}/participants/{participantId}/attributes, /api/v2/conversations/calls/{callId}/participants/{participantId}/consult, /api/v2/conversations/calls/{callId}/participants/{participantId}/monitor, /api/v2/conversations/calls/{callId}/participants/{participantId}/replace, /api/v2/conversations/calls/{callId}/participants/{participantId}/wrapup, /api/v2/conversations/calls/{callId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/chats, /api/v2/conversations/chats/{chatId}, /api/v2/conversations/chats/{chatId}/participants/{participantId}, /api/v2/conversations/chats/{chatId}/participants/{participantId}/attributes, /api/v2/conversations/chats/{chatId}/participants/{participantId}/replace, /api/v2/conversations/chats/{chatId}/participants/{participantId}/wrapup, /api/v2/conversations/chats/{chatId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/emails, /api/v2/conversations/emails/{emailId}, /api/v2/conversations/emails/{emailId}/messages, /api/v2/conversations/emails/{emailId}/messages/draft, /api/v2/conversations/emails/{emailId}/messages/draft/attachments/{attachmentId}, /api/v2/conversations/emails/{emailId}/messages/{messageId}, /api/v2/conversations/emails/{emailId}/participants/{participantId}, /api/v2/conversations/emails/{emailId}/participants/{participantId}/attributes, /api/v2/conversations/emails/{emailId}/participants/{participantId}/replace, /api/v2/conversations/emails/{emailId}/participants/{participantId}/wrapup, /api/v2/conversations/emails/{emailId}/participants/{participantId}/wrapupcodes, /api/v2/conversations/videos, /api/v2/conversations/videos/{videoId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}/attributes, /api/v2/conversations/videos/{videoId}/participants/{participantId}/replace, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapup, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapupcodes, /api/v2/recording/recordingkeys, /api/v2/recording/recordingkeys/rotationschedule, /api/v2/telephony/providers/edges, /api/v2/telephony/providers/edges/addressvalidation, /api/v2/telephony/providers/edges/certificateauthorities, /api/v2/telephony/providers/edges/certificateauthorities/{certificateId}, /api/v2/telephony/providers/edges/didpools, /api/v2/telephony/providers/edges/didpools/{didPoolId}, /api/v2/telephony/providers/edges/dids, /api/v2/telephony/providers/edges/dids/{didId}, /api/v2/telephony/providers/edges/edgegroups, /api/v2/telephony/providers/edges/edgegroups/{edgeGroupId}, /api/v2/telephony/providers/edges/edgeversionreport, /api/v2/telephony/providers/edges/endpoints, /api/v2/telephony/providers/edges/endpoints/{endpointId}, /api/v2/telephony/providers/edges/extensionpools, /api/v2/telephony/providers/edges/extensionpools/{extensionPoolId}, /api/v2/telephony/providers/edges/extensions, /api/v2/telephony/providers/edges/extensions/{extensionId}, /api/v2/telephony/providers/edges/linebasesettings, /api/v2/telephony/providers/edges/linebasesettings/{lineBaseId}, /api/v2/telephony/providers/edges/lines, /api/v2/telephony/providers/edges/lines/template, /api/v2/telephony/providers/edges/lines/{lineId}, /api/v2/telephony/providers/edges/outboundroutes, /api/v2/telephony/providers/edges/outboundroutes/{outboundRouteId}, /api/v2/telephony/providers/edges/phonebasesettings, /api/v2/telephony/providers/edges/phonebasesettings/availablemetabases, /api/v2/telephony/providers/edges/phonebasesettings/template, /api/v2/telephony/providers/edges/phonebasesettings/{phoneBaseId}, /api/v2/telephony/providers/edges/phones, /api/v2/telephony/providers/edges/phones/reboot, /api/v2/telephony/providers/edges/phones/template, /api/v2/telephony/providers/edges/phones/{phoneId}, /api/v2/telephony/providers/edges/phones/{phoneId}/reboot, /api/v2/telephony/providers/edges/sites, /api/v2/telephony/providers/edges/sites/{siteId}, /api/v2/telephony/providers/edges/sites/{siteId}/numberplans, /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/classifications, /api/v2/telephony/providers/edges/sites/{siteId}/numberplans/{numberPlanId}, /api/v2/telephony/providers/edges/sites/{siteId}/rebalance, /api/v2/telephony/providers/edges/timezones, /api/v2/telephony/providers/edges/trunkbasesettings, /api/v2/telephony/providers/edges/trunkbasesettings/availablemetabases, /api/v2/telephony/providers/edges/trunkbasesettings/template, /api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}, /api/v2/telephony/providers/edges/{edgeId}, /api/v2/telephony/providers/edges/{edgeId}/lines, /api/v2/telephony/providers/edges/{edgeId}/lines/{lineId}, /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces, /api/v2/telephony/providers/edges/{edgeId}/logicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edges/{edgeId}/logs/jobs, /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}, /api/v2/telephony/providers/edges/{edgeId}/logs/jobs/{jobId}/upload, /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces, /api/v2/telephony/providers/edges/{edgeId}/physicalinterfaces/{interfaceId}, /api/v2/telephony/providers/edges/{edgeId}/reboot, /api/v2/telephony/providers/edges/{edgeId}/softwareupdate, /api/v2/telephony/providers/edges/{edgeId}/softwareversions, /api/v2/telephony/providers/edges/{edgeId}/unpair, /api/v2/users/{userId}/station, /api/v2/users/{userId}/station/associatedstation, /api/v2/users/{userId}/station/associatedstation/{stationId}, /api/v2/users/{userId}/station/defaultstation, /api/v2/users/{userId}/station/defaultstation/{stationId}, /api/v2/voicemail/policy, /api/v2/voicemail/userpolicies/{userId}","Property addressOther of model AnalyticsSession was added","Property addressSelf of model AnalyticsSession was added","Property ani of model AnalyticsSession was added","Property direction of model AnalyticsSession was added","Property dnis of model AnalyticsSession was added","Property outboundCampaignId of model AnalyticsSession was added","Property outboundContactListId of model AnalyticsSession was added","Property dispositionAnalyzer of model AnalyticsSession was added","Property dispositionName of model AnalyticsSession was added","Property edgeId of model AnalyticsSession was added","Property remoteNameDisplayable of model AnalyticsSession was added","Property roomId of model AnalyticsSession was added","Property monitoredSessionId of model AnalyticsSession was added","Property monitoredParticipantId of model AnalyticsSession was added","Property requestedRoutingUserIds of model AnalyticsConversationSegment was added","Property requestedRoutingSkillIds of model AnalyticsConversationSegment was added","Property participantName of model AnalyticsParticipant was added","Property userId of model AnalyticsParticipant was added","Property purpose of model AnalyticsParticipant was added","Property parameterName of model DataItem was added","Property parameterType of model DataItem was added","Property parameterValues of model DataItem was added","Tag added to /api/v2/analytics/evaluations/aggregates/query","Tag added to /api/v2/configuration/schemas/edges/vnext","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}","Tag added to /api/v2/configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}","Tag added to /api/v2/quality/forms","Tag added to /api/v2/quality/forms","Tag added to /api/v2/quality/forms/{formId}","Tag added to /api/v2/quality/forms/{formId}","Tag added to /api/v2/quality/forms/{formId}","Tag added to /api/v2/quality/forms/{formId}/versions","Tag added to /api/v2/quality/publishedforms","Tag added to /api/v2/quality/publishedforms","Tag added to /api/v2/quality/publishedforms/{formId}"]},"0.35.1":{"Major":["Paths removed: /api/v2/conversations/videos, /api/v2/conversations/videos/{videoId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}, /api/v2/conversations/videos/{videoId}/participants/{participantId}/attributes, /api/v2/conversations/videos/{videoId}/participants/{participantId}/replace, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapup, /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapupcodes","Format interval of model AggregationQuery was changed from date-time to undefined","Property featureToggles of model UserMe was removed","Format interval of model ReportSchedule was changed from date-time to undefined","Format interval of model ConversationQuery was changed from date-time to undefined","Property evaluationCriteria of model MediaPolicy was removed","Path /api/v2/conversations/videos is missing;","Path /api/v2/conversations/videos/{videoId} is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId} is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/attributes is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/replace is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapup is missing;","Path /api/v2/conversations/videos/{videoId}/participants/{participantId}/wrapupcodes is missing;","Parameter count for /api/v2/notifications/availabletopics Method: get changed","Parameter count for /api/v2/users/me Method: get changed"],"Minor":["Property disconnectedTime of model ConversationChat was added","Property disconnectedTime of model Email was added","Property disconnectedTime of model Video was added","Property phoneTrunkBases of model EdgeGroup was added","Property description of model AvailableTopic was added","Property schema of model AvailableTopic was added","Property organization of model UserMe was added","Property disconnectedTime of model SocialExpression was added","Property disconnectedTime of model Callback was added","Property externalContactId of model Participant was added","Property disconnectedTime of model Call was added","Property contactSort of model Campaign was added"]},"0.37.1":{"Major":["Path removed: /configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extension}/{metadataId}","Path removed: /locations","Path removed: /locations/{locationId}","Path removed: /routing/email/domains/{domain}/routes","Path removed: /routing/email/domains/{domain}/routes/{id}","Path removed: /routing/email/domains/{id}","Path removed: /stations/{id}","Path removed: /stations/{id}/associateduser","Path removed: /users/{userId}/presences/{source}","Model QueuesEntityListing Not Defined","Model AutomateQueueMemberEntityListing Not Defined","Model SortBy Not Defined","Model LocationEmergencyNumber Not Defined","Model AutomateQueue Not Defined","Model AutomateQueueMember Not Defined","Type version of model Group was changed from number to integer","Format version of model Group was changed from double to int32","Model LocationEntityListing Not Defined","Property singleNumberPreview of model Campaign was removed","Model Location Not Defined","Model CommonAuditRequest Not Defined","Model LocationAddressFields Not Defined","Property parameterName of model DataItem was removed","Property parameterType of model DataItem was removed","Property parameterValues of model DataItem was removed","Model MediaPolicy Not Defined","Method put for /api/v2/organizations/me does not exist","Method delete for /api/v2/organizations/me does not exist"],"Minor":["Path added: /configuration/schemas/edges/vnext/{schemaCategory}/{schemaType}/{schemaId}/{extensionType}/{metadataId}","Path added: /routing/email/domains/{domainId}","Path added: /routing/email/domains/{domainName}/routes","Path added: /routing/email/domains/{domainName}/routes/{routeId}","Path added: /stations/{stationId}","Path added: /stations/{stationId}/associateduser","Path added: /telephony/providers/edges/trunks","Path added: /telephony/providers/edges/trunks/{trunkId}","Path added: /users/{userId}/presences/{sourceId}","Property outboundContactId of model AnalyticsSession was added","Property type of model Group was added","Property rulesVisible of model Group was added","Property visibility of model Group was added","Property neverRelease of model Evaluation was added","Property dataItemId of model DataItem was added","Property value of model DataItem was added","Property type of model DataItem was added","Model ArchitectAuditMessage was added","Model BillingTaskResult was added","Model ChatMediaPolicyConditions was added","Model ArchitectAuditMessageListing was added","Model TrunkEntityListing was added","Model Trunk was added","Model EmailMediaPolicy was added","Model CallMediaPolicy was added","Model BillingPendingTask was added","Model CallMediaPolicyConditions was added","Model EmailMediaPolicyConditions was added","Model ChatMediaPolicy was added","Model FlowHistoryDataItem was added","Model GroupMembersUpdate was added","Operation added to [object Object]"]},"0.38.1":{"Major":["Path removed: /externalcontacts/contacts","Path removed: /externalcontacts/contacts/{contactId}","Path removed: /externalcontacts/contacts/{contactId}/notes","Path removed: /externalcontacts/contacts/{contactId}/notes/{noteId}","Path removed: /externalcontacts/organizations","Path removed: /externalcontacts/organizations/{externalOrganizationId}","Path removed: /externalcontacts/organizations/{externalOrganizationId}/contacts","Path removed: /externalcontacts/organizations/{externalOrganizationId}/notes","Path removed: /externalcontacts/organizations/{externalOrganizationId}/notes/{noteId}","Path removed: /externalcontacts/organizations/{externalOrganizationId}/relationships","Path removed: /externalcontacts/relationships","Path removed: /externalcontacts/relationships/{relationshipId}","Property originalFilename of model FaxSendRequest was removed","Type version of model UserMe was changed from string to integer","Property version of model CreateUser was removed","Type version of model User was changed from string to integer","Parameter count for /api/v2/search Method: get changed","Parameter count for /api/v2/search Method: post changed"],"Minor":["Path added: /authorization/objects/{objectId}","Path added: /locations","Path added: /locations/search","Path added: /locations/{locationId}","Path added: /search/suggest","Property documentId of model FaxSendRequest was added","Property modifiedDate of model UserPresence was added","Model ExportUri was added","Model AuthzPermissionContext was added","Model AuthzGrant was added","Model LocationEmergencyNumber was added","Model AuthzObject was added","Model AuthzGrantPolicy was added","Model LocationAddress was added","Model AuthzGrantRole was added","Model Location was added","Model AuthzSubject was added","Operation added to [object Object]","Operation added to [object Object]","Operation added to [object Object]","Tag added to /api/v2/search","Tag added to /api/v2/search"]},"0.39.1":{"Major":["Path removed: /authorization/objects/{objectId}","Property proficiency of model RoutingSkill was removed","Model FlowHistoryResultItemEntityListing was removed","Property fileKey of model DncList was removed","Property active of model UserRoutingSkill was removed","Tag removed from /api/v2/identityproviders","Tag removed from /api/v2/identityproviders/okta","Tag removed from /api/v2/identityproviders/okta","Tag removed from /api/v2/identityproviders/okta","Tag removed from /api/v2/identityproviders/onelogin","Tag removed from /api/v2/identityproviders/onelogin","Tag removed from /api/v2/identityproviders/onelogin","Tag removed from /api/v2/identityproviders/purecloud","Tag removed from /api/v2/identityproviders/purecloud","Tag removed from /api/v2/identityproviders/purecloud","Tag removed from /api/v2/identityproviders/salesforce","Tag removed from /api/v2/identityproviders/salesforce","Tag removed from /api/v2/identityproviders/salesforce","Tag removed from /api/v2/identityproviders/{providerId}","Tag removed from /api/v2/identityproviders/{providerId}","Tag removed from /api/v2/identityproviders/{providerId}","Method PUT for /api/v2/routing/skills/{skillId} was removed"],"Minor":["Path added: /identityproviders/cic","Path added: /quality/keywordsets","Path added: /quality/keywordsets/{keywordSetId}","Path added: /systempresences","Path added: /telephony/providers/edges/availablelanguages","Path added: /telephony/providers/edges/trunkswithrecording","Path added: /users/{userId}/profileskills","Property initiateScreenRecording of model PolicyActions was added","Property includeNonAcd of model OrgMediaUtilization was added","Property date of model UserMe was added","Property geolocationSettings of model UserMe was added","Property presenceDefinitions of model UserMe was added","Property locations of model UserMe was added","Property callbackScheduledTime of model CreateCallbackCommand was added","Property lineAppearanceId of model Station was added","Property externalDataSources of model ExternalContact was added","Property externalDataSources of model ExternalOrganization was added","Property cardExpirationDate of model PaymentMethod was added","Property cardLastFourDigits of model PaymentMethod was added","Property cardType of model PaymentMethod was added","Property state of model UserRoutingSkill was added","Model BillingContact was added","Model SupportCreditListing was added","Model InitiateScreenRecording was added","Model KeywordSet was added","Model SystemPresence was added","Model BillingContactListing was added","Model KeywordSetEntityListing was added","Model ExternalDataSource was added","Model AvailableLanguageList was added","Model TrunkRecordingEnabledCount was added","Model CustomerInteractionCenter was added","Model SupportCredit was added","Model ScheduleInterval was added","Model Keyword was added","Tag added to /api/v2/identityproviders","Tag added to /api/v2/identityproviders/okta","Tag added to /api/v2/identityproviders/okta","Tag added to /api/v2/identityproviders/okta","Tag added to /api/v2/identityproviders/onelogin","Tag added to /api/v2/identityproviders/onelogin","Tag added to /api/v2/identityproviders/onelogin","Tag added to /api/v2/identityproviders/purecloud","Tag added to /api/v2/identityproviders/purecloud","Tag added to /api/v2/identityproviders/purecloud","Tag added to /api/v2/identityproviders/salesforce","Tag added to /api/v2/identityproviders/salesforce","Tag added to /api/v2/identityproviders/salesforce","Tag added to /api/v2/identityproviders/{providerId}","Tag added to /api/v2/identityproviders/{providerId}","Tag added to /api/v2/identityproviders/{providerId}","Optional parameter lineAppearanceId added to /api/v2/stations Method: get","Optional parameter recordingEnabled added to /api/v2/telephony/providers/edges/trunkbasesettings Method: get","Operation put added to /api/v2/users/{userId}/routingskills/{skillId}"],"Point":["/api/v2/outbound/contactlists/{contactListId} GET operation summary changed ","/api/v2/presencedefinitions GET operation summary changed ","/api/v2/presencedefinitions POST operation summary changed ","/api/v2/presencedefinitions/{presenceId} GET operation summary changed ","/api/v2/presencedefinitions/{presenceId} PUT operation summary changed ","/api/v2/presencedefinitions/{presenceId} DELETE operation summary changed "]},"0.40.1":{"Minor":["Property publishStatus of model Flow was added","Property publishedBy of model Flow was added"]},"0.41.1":{"Major":["Path removed: /users/{userId}/profileskills","Model Entity was removed","Model DeletedResourceConsumerEntityListing was removed","Property contextId of model AuthzPermissionContext was removed","Property pageSize of model VoicemailMessageEntityListing was removed","Property pageNumber of model VoicemailMessageEntityListing was removed","Property firstUri of model VoicemailMessageEntityListing was removed","Property previousUri of model VoicemailMessageEntityListing was removed","Property nextUri of model VoicemailMessageEntityListing was removed","Property lastUri of model VoicemailMessageEntityListing was removed","Property pageCount of model VoicemailMessageEntityListing was removed","Response type for /api/v2/locations/search changed for 200 /api/v2/locations/search","Response type for /api/v2/locations/search changed for 200 /api/v2/locations/search"],"Minor":["Path added: /contentmanagement/usage","Path added: /conversations/calls/history","Property id of model AuthzPermissionContext was added","Property aggregations of model UsersSearchResponse was added","Property callbackScheduledTime of model Callback was added","Property description of model Workspace was added","Property updated of model Dependency was added","Property callbackScheduledTime of model CallbackMediaParticipant was added","Property totalDocumentByteCount of model WorkspaceSummary was added","Property updated of model DependencyObject was added","Property description of model WorkspaceCreate was added","Property value of model SearchAggregation was added","Property size of model SearchAggregation was added","Property order of model SearchAggregation was added","Property configPropertiesSchemaUri of model IntegrationType was added","Property configAdvancedSchemaUri of model IntegrationType was added","Property routingData of model CreateCallbackCommand was added","Property additionalInfo of model CreateCallbackCommand was added","Property aggregations of model JsonNodeSearchResponse was added","Property aggregations of model GroupsSearchResponse was added","Model CallbackIdentifier was added","Model LocationSearchRequest was added","Model GroupSearchCriteria was added","Model IntegrationEntityListing was added","Model UserSearchRequest was added","Model SuggestSearchCriteria was added","Model Usage was added","Model UsageItem was added","Model IntegrationConfiguration was added","Model SuggestSearchRequest was added","Model UserSearchCriteria was added","Model Integration was added","Model PortBillingAddress was added","Model AuthzPerm was added","Model CreateCallbackResponse was added","Model LocationSearchCriteria was added","Model RoutingData was added","Model LocationsSearchResponse was added","Model AdditionalInfo was added","Model GroupSearchRequest was added","Model NumberOrder was added","Model IntegrationStatusInfo was added","Model PortContact was added","Operation post added to /api/v2/conversations/callbacks","Optional parameter maxWaitMs added to /api/v2/conversations/{conversationId}/recordings Method: get"],"Point":["/api/v2/users/{userId}/presences/{sourceId} PATCH operation description changed "]}}}