Skip to content

Commit 3de8203

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@8cf49cc9.
1 parent b8fda70 commit 3de8203

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/FunctionsApi.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ public class Example {
732732
| Name | Type | Description | Notes |
733733
|------------- | ------------- | ------------- | -------------|
734734
| **pagination** | [**PaginationInput**](.md)| Pagination parameters. This parameter exists in v1. | [optional] |
735-
| **resourceType** | **String**| The Function type. Config API note: equal to `type`. This parameter exists in v1. | [enum: DESTINATION, INSERT_DESTINATION, SOURCE] |
735+
| **resourceType** | **String**| The Function type. Config API note: equal to `type`. This parameter exists in v1. | [enum: DESTINATION, INSERT_DESTINATION, INSERT_SOURCE, SOURCE] |
736736

737737
### Return type
738738

src/main/java/com/segment/publicapi/models/CreateFunctionV1Input.java

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ public enum ResourceTypeEnum {
6060

6161
INSERT_DESTINATION("INSERT_DESTINATION"),
6262

63+
INSERT_SOURCE("INSERT_SOURCE"),
64+
6365
SOURCE("SOURCE");
6466

6567
private String value;

0 commit comments

Comments
 (0)