Skip to content

Commit 3f8e90c

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@19c6cdd7.
1 parent 3163c41 commit 3f8e90c

File tree

4 files changed

+50
-50
lines changed

4 files changed

+50
-50
lines changed

docs/AudiencesApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public class Example {
318318
319319
Update Audience for Space
320320

321-
Updates the enabled status for an audience • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Audience Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits). Note: The definition for an Audience updated using the API is not editable through the Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
321+
Updates the Audience. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Audience feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Audience Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits). Note: The definition for an Audience updated using the API is not editable through the Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
322322

323323
### Example
324324

docs/ComputedTraitsApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ public class Example {
318318
319319
Update Computed Trait for Space
320320

321-
Updates the enabled status for a computed trait. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Computed Trait Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when a Computed Trait is updated, the Computed Trait will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/unify/traits/computed-traits/#editing-realtime-traits). Note: The definition for a Computed Trait updated using the API is not editable through the Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
321+
Updates the Computed Trait. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an email to [email protected]. • In order to successfully call this endpoint, the specified Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer success manager for more information. • When called, this endpoint may generate the `Computed Trait Modified` event in the [audit trail](/tag/Audit-Trail). • Note that when a Computed Trait is updated, the Computed Trait will be locked from future edits until the changes have been incorporated. You can find more information [in the Segment docs](https://segment-docs.netlify.app/docs/unify/traits/computed-traits/#editing-realtime-traits). Note: The definition for a Computed Trait updated using the API is not editable through the Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than the default due to access pattern restrictions. Once reached, this endpoint will respond with the 429 HTTP status code with headers indicating the limit parameters. See [Rate Limiting](/#tag/Rate-Limits) for more information.
322322

323323
### Example
324324

src/main/java/com/segment/publicapi/api/AudiencesApi.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -988,14 +988,14 @@ private okhttp3.Call updateAudienceForSpaceValidateBeforeCall(
988988
}
989989

990990
/**
991-
* Update Audience for Space Updates the enabled status for an audience • This endpoint is in
992-
* **Alpha** testing. Please submit any feedback by sending an email to [email protected]. •
993-
* In order to successfully call this endpoint, the specified Workspace needs to have the
994-
* Audience feature enabled. Please reach out to your customer success manager for more
995-
* information. • When called, this endpoint may generate the `Audience Modified`
996-
* event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the
997-
* Audience will be locked from future edits until the changes have been incorporated. You can
998-
* find more information [in the Segment
991+
* Update Audience for Space Updates the Audience. • This endpoint is in **Alpha** testing.
992+
* Please submit any feedback by sending an email to [email protected]. • In order to
993+
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
994+
* enabled. Please reach out to your customer success manager for more information. • When
995+
* called, this endpoint may generate the `Audience Modified` event in the [audit
996+
* trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be
997+
* locked from future edits until the changes have been incorporated. You can find more
998+
* information [in the Segment
999999
* docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits).
10001000
* Note: The definition for an Audience updated using the API is not editable through the
10011001
* Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than
@@ -1027,14 +1027,14 @@ public UpdateAudienceForSpace200Response updateAudienceForSpace(
10271027
}
10281028

10291029
/**
1030-
* Update Audience for Space Updates the enabled status for an audience • This endpoint is in
1031-
* **Alpha** testing. Please submit any feedback by sending an email to [email protected]. •
1032-
* In order to successfully call this endpoint, the specified Workspace needs to have the
1033-
* Audience feature enabled. Please reach out to your customer success manager for more
1034-
* information. • When called, this endpoint may generate the `Audience Modified`
1035-
* event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the
1036-
* Audience will be locked from future edits until the changes have been incorporated. You can
1037-
* find more information [in the Segment
1030+
* Update Audience for Space Updates the Audience. • This endpoint is in **Alpha** testing.
1031+
* Please submit any feedback by sending an email to [email protected]. • In order to
1032+
* successfully call this endpoint, the specified Workspace needs to have the Audience feature
1033+
* enabled. Please reach out to your customer success manager for more information. • When
1034+
* called, this endpoint may generate the `Audience Modified` event in the [audit
1035+
* trail](/tag/Audit-Trail). • Note that when an Audience is updated, the Audience will be
1036+
* locked from future edits until the changes have been incorporated. You can find more
1037+
* information [in the Segment
10381038
* docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits).
10391039
* Note: The definition for an Audience updated using the API is not editable through the
10401040
* Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than
@@ -1068,14 +1068,14 @@ public ApiResponse<UpdateAudienceForSpace200Response> updateAudienceForSpaceWith
10681068
}
10691069

10701070
/**
1071-
* Update Audience for Space (asynchronously) Updates the enabled status for an audience • This
1072-
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
1073-
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
1074-
* needs to have the Audience feature enabled. Please reach out to your customer success manager
1075-
* for more information. • When called, this endpoint may generate the &#x60;Audience
1076-
* Modified&#x60; event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is
1077-
* updated, the Audience will be locked from future edits until the changes have been
1078-
* incorporated. You can find more information [in the Segment
1071+
* Update Audience for Space (asynchronously) Updates the Audience. • This endpoint is in
1072+
* **Alpha** testing. Please submit any feedback by sending an email to [email protected]. •
1073+
* In order to successfully call this endpoint, the specified Workspace needs to have the
1074+
* Audience feature enabled. Please reach out to your customer success manager for more
1075+
* information. • When called, this endpoint may generate the &#x60;Audience Modified&#x60;
1076+
* event in the [audit trail](/tag/Audit-Trail). • Note that when an Audience is updated, the
1077+
* Audience will be locked from future edits until the changes have been incorporated. You can
1078+
* find more information [in the Segment
10791079
* docs](https://segment-docs.netlify.app/docs/engage/audiences/#editing-realtime-audiences-and-traits).
10801080
* Note: The definition for an Audience updated using the API is not editable through the
10811081
* Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than

src/main/java/com/segment/publicapi/api/ComputedTraitsApi.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,14 +1005,14 @@ private okhttp3.Call updateComputedTraitForSpaceValidateBeforeCall(
10051005
}
10061006

10071007
/**
1008-
* Update Computed Trait for Space Updates the enabled status for a computed trait. • This
1009-
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
1010-
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
1011-
* needs to have the Computed Trait feature enabled. Please reach out to your customer success
1012-
* manager for more information. • When called, this endpoint may generate the &#x60;Computed
1013-
* Trait Modified&#x60; event in the [audit trail](/tag/Audit-Trail). • Note that when a
1014-
* Computed Trait is updated, the Computed Trait will be locked from future edits until the
1015-
* changes have been incorporated. You can find more information [in the Segment
1008+
* Update Computed Trait for Space Updates the Computed Trait. • This endpoint is in **Alpha**
1009+
* testing. Please submit any feedback by sending an email to [email protected]. • In order to
1010+
* successfully call this endpoint, the specified Workspace needs to have the Computed Trait
1011+
* feature enabled. Please reach out to your customer success manager for more information. •
1012+
* When called, this endpoint may generate the &#x60;Computed Trait Modified&#x60; event in the
1013+
* [audit trail](/tag/Audit-Trail). • Note that when a Computed Trait is updated, the Computed
1014+
* Trait will be locked from future edits until the changes have been incorporated. You can find
1015+
* more information [in the Segment
10161016
* docs](https://segment-docs.netlify.app/docs/unify/traits/computed-traits/#editing-realtime-traits).
10171017
* Note: The definition for a Computed Trait updated using the API is not editable through the
10181018
* Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than
@@ -1047,14 +1047,14 @@ public UpdateComputedTraitForSpace200Response updateComputedTraitForSpace(
10471047
}
10481048

10491049
/**
1050-
* Update Computed Trait for Space Updates the enabled status for a computed trait. • This
1051-
* endpoint is in **Alpha** testing. Please submit any feedback by sending an email to
1052-
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
1053-
* needs to have the Computed Trait feature enabled. Please reach out to your customer success
1054-
* manager for more information. • When called, this endpoint may generate the &#x60;Computed
1055-
* Trait Modified&#x60; event in the [audit trail](/tag/Audit-Trail). • Note that when a
1056-
* Computed Trait is updated, the Computed Trait will be locked from future edits until the
1057-
* changes have been incorporated. You can find more information [in the Segment
1050+
* Update Computed Trait for Space Updates the Computed Trait. • This endpoint is in **Alpha**
1051+
* testing. Please submit any feedback by sending an email to [email protected]. • In order to
1052+
* successfully call this endpoint, the specified Workspace needs to have the Computed Trait
1053+
* feature enabled. Please reach out to your customer success manager for more information. •
1054+
* When called, this endpoint may generate the &#x60;Computed Trait Modified&#x60; event in the
1055+
* [audit trail](/tag/Audit-Trail). • Note that when a Computed Trait is updated, the Computed
1056+
* Trait will be locked from future edits until the changes have been incorporated. You can find
1057+
* more information [in the Segment
10581058
* docs](https://segment-docs.netlify.app/docs/unify/traits/computed-traits/#editing-realtime-traits).
10591059
* Note: The definition for a Computed Trait updated using the API is not editable through the
10601060
* Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than
@@ -1092,14 +1092,14 @@ public UpdateComputedTraitForSpace200Response updateComputedTraitForSpace(
10921092
}
10931093

10941094
/**
1095-
* Update Computed Trait for Space (asynchronously) Updates the enabled status for a computed
1096-
* trait. • This endpoint is in **Alpha** testing. Please submit any feedback by sending an
1097-
* email to [email protected]. • In order to successfully call this endpoint, the specified
1098-
* Workspace needs to have the Computed Trait feature enabled. Please reach out to your customer
1099-
* success manager for more information. • When called, this endpoint may generate the
1100-
* &#x60;Computed Trait Modified&#x60; event in the [audit trail](/tag/Audit-Trail). • Note that
1101-
* when a Computed Trait is updated, the Computed Trait will be locked from future edits until
1102-
* the changes have been incorporated. You can find more information [in the Segment
1095+
* Update Computed Trait for Space (asynchronously) Updates the Computed Trait. • This endpoint
1096+
* is in **Alpha** testing. Please submit any feedback by sending an email to
1097+
* [email protected]. • In order to successfully call this endpoint, the specified Workspace
1098+
* needs to have the Computed Trait feature enabled. Please reach out to your customer success
1099+
* manager for more information. • When called, this endpoint may generate the &#x60;Computed
1100+
* Trait Modified&#x60; event in the [audit trail](/tag/Audit-Trail). • Note that when a
1101+
* Computed Trait is updated, the Computed Trait will be locked from future edits until the
1102+
* changes have been incorporated. You can find more information [in the Segment
11031103
* docs](https://segment-docs.netlify.app/docs/unify/traits/computed-traits/#editing-realtime-traits).
11041104
* Note: The definition for a Computed Trait updated using the API is not editable through the
11051105
* Segment App. The rate limit for this endpoint is 10 requests per minute, which is lower than

0 commit comments

Comments
 (0)