Skip to content

Commit 4ea5e12

Browse files
committed
feat: update inputType in rest.proto.json for enhanced type specificity
1 parent 2c68475 commit 4ea5e12

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

definitions/rest/flow_type/rest.proto.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,9 @@
4242
]
4343
}
4444
],
45-
"inputType": "REST_ADAPTER_INPUT",
46-
"returnType": "HTTP_RESPONSE",
45+
"inputType": "REST_ADAPTER_INPUT<{}>",
4746
"linkedDataTypeIdentifiers": [
48-
"REST_ADAPTER_INPUT",
49-
"HTTP_RESPONSE"
47+
"REST_ADAPTER_INPUT"
5048
],
5149
"editable": false,
5250
"name": [

0 commit comments

Comments
 (0)