|
7 | 7 |
|
8 | 8 | The Segment Public API helps you manage your Segment Workspaces and its resources. You can use the API to perform CRUD (create, read, update, delete) operations at no extra charge. This includes working with resources such as Sources, Destinations, Warehouses, Tracking Plans, and the Segment Destinations and Sources Catalogs. All CRUD endpoints in the API follow REST conventions and use standard HTTP methods. Different URL endpoints represent different resources in a Workspace. See the next sections for more information on how to use the Segment Public API. |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 61.1.3 |
| 10 | + The version of the OpenAPI document: 61.1.4 |
11 | 11 | Contact: friends@segment.com |
12 | 12 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
13 | 13 |
|
14 | 14 | Do not edit the class manually. |
15 | 15 | """# noqa: E501 |
16 | 16 |
|
17 | 17 |
|
18 | | -__version__="61.1.3" |
| 18 | +__version__="61.1.4" |
19 | 19 |
|
20 | 20 | # import apis into sdk package |
21 | 21 | fromsegment_public_api.api.api_calls_apiimportAPICallsApi |
|