Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c296f3

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@efdf0de0.
1 parent5b1a1c4 commit9c296f3

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎docs/DeletionAndSuppressionApi.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Method | HTTP request | Description
2121
2222
Create Cloud Source Regulation
2323

24-
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: -`attributes`, -`userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z)
24+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: -`attributes`, -`userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z)
2525

2626
###Example
2727

@@ -97,7 +97,7 @@ Name | Type | Description | Notes
9797
9898
Create Source Regulation
9999

100-
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the`Source Regulation Created` event in the[audit trail](/tag/Audit-Trail). Config API omitted fields: -`attributes`, -`userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z)
100+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the`Source Regulation Created` event in the[audit trail](/tag/Audit-Trail). Config API omitted fields: -`attributes`, -`userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z)
101101

102102
###Example
103103

@@ -173,7 +173,7 @@ Name | Type | Description | Notes
173173
174174
Create Workspace Regulation
175175

176-
Creates a Workspace-scoped regulation. • When called, this endpoint may generate the`Workspace Regulation Created` event in the[audit trail](/tag/Audit-Trail). Config API omitted fields: -`attributes`, -`userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z)
176+
Creates a Workspace-scoped regulation. • When called, this endpoint may generate the`Workspace Regulation Created` event in the[audit trail](/tag/Audit-Trail). Config API omitted fields: -`attributes`, -`userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z)
177177

178178
###Example
179179

‎segment_public_api/api/deletion_and_suppression_api.py‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __init__(self, api_client=None) -> None:
6161
defcreate_cloud_source_regulation(self,source_id :constr(strict=True),create_cloud_source_regulation_v1_input :CreateCloudSourceRegulationV1Input,**kwargs)->CreateCloudSourceRegulation200Response:# noqa: E501
6262
"""Create Cloud Source Regulation # noqa: E501
6363
64-
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
64+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
6565
This method makes a synchronous HTTP request by default. To make an
6666
asynchronous HTTP request, please pass async_req=True
6767
@@ -93,7 +93,7 @@ def create_cloud_source_regulation(self, source_id : constr(strict=True), create
9393
defcreate_cloud_source_regulation_with_http_info(self,source_id :constr(strict=True),create_cloud_source_regulation_v1_input :CreateCloudSourceRegulationV1Input,**kwargs)->ApiResponse:# noqa: E501
9494
"""Create Cloud Source Regulation # noqa: E501
9595
96-
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
96+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
9797
This method makes a synchronous HTTP request by default. To make an
9898
asynchronous HTTP request, please pass async_req=True
9999
@@ -219,7 +219,7 @@ def create_cloud_source_regulation_with_http_info(self, source_id : constr(stric
219219
defcreate_source_regulation(self,source_id :constr(strict=True),create_source_regulation_v1_input :CreateSourceRegulationV1Input,**kwargs)->CreateSourceRegulation200Response:# noqa: E501
220220
"""Create Source Regulation # noqa: E501
221221
222-
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
222+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
223223
This method makes a synchronous HTTP request by default. To make an
224224
asynchronous HTTP request, please pass async_req=True
225225
@@ -251,7 +251,7 @@ def create_source_regulation(self, source_id : constr(strict=True), create_sourc
251251
defcreate_source_regulation_with_http_info(self,source_id :constr(strict=True),create_source_regulation_v1_input :CreateSourceRegulationV1Input,**kwargs)->ApiResponse:# noqa: E501
252252
"""Create Source Regulation # noqa: E501
253253
254-
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
254+
Creates a Source-scoped regulation. Please Note: Suppression rules at the Workspace level take precedence over those at the Source level. If a user has been suppressed at the Workspace level, any attempt to un-suppress at the Source level is not supported and the processing of the request will fail in Segment • When called, this endpoint may generate the `Source Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
255255
This method makes a synchronous HTTP request by default. To make an
256256
asynchronous HTTP request, please pass async_req=True
257257
@@ -377,7 +377,7 @@ def create_source_regulation_with_http_info(self, source_id : constr(strict=True
377377
defcreate_workspace_regulation(self,create_workspace_regulation_v1_input :CreateWorkspaceRegulationV1Input,**kwargs)->CreateWorkspaceRegulation200Response:# noqa: E501
378378
"""Create Workspace Regulation # noqa: E501
379379
380-
Creates a Workspace-scoped regulation. • When called, this endpoint may generate the `Workspace Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
380+
Creates a Workspace-scoped regulation. • When called, this endpoint may generate the `Workspace Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
381381
This method makes a synchronous HTTP request by default. To make an
382382
asynchronous HTTP request, please pass async_req=True
383383
@@ -407,7 +407,7 @@ def create_workspace_regulation(self, create_workspace_regulation_v1_input : Cre
407407
defcreate_workspace_regulation_with_http_info(self,create_workspace_regulation_v1_input :CreateWorkspaceRegulationV1Input,**kwargs)->ApiResponse:# noqa: E501
408408
"""Create Workspace Regulation # noqa: E501
409409
410-
Creates a Workspace-scoped regulation. • When called, this endpoint may generate the `Workspace Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers: - X-Regulation-RateLimit-Remaining: Remaining requestsin thecurrent period(stringified integer) - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
410+
Creates a Workspace-scoped regulation. • When called, this endpoint may generate the `Workspace Regulation Created` event in the [audit trail](/tag/Audit-Trail). Config API omitted fields: - `attributes`, - `userAgent` Rate limit headers (tracked separately for internal vs external regulation types): - X-Regulation-RateLimit-Remaining: Remaining requestsfor theregulation type category(stringified integer) - Internal types: DELETE_INTERNAL, SUPPRESS_WITH_DELETE_INTERNAL, SUPPRESS_ONLY, UNSUPPRESS, DELETE_ARCHIVE_ONLY - External types: DELETE_ONLY, SUPPRESS_WITH_DELETE - X-Regulation-RateLimit-Quota-Reset: ISO 8601 timestamp for when the quota resets (e.g., 2024-12-31T23:59:59.000Z) # noqa: E501
411411
This method makes a synchronous HTTP request by default. To make an
412412
asynchronous HTTP request, please pass async_req=True
413413

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp