Skip to content

Commit 4cef255

Browse files
committed
feat: adding query_params and path_params to trigger of rest
1 parent 4ce743d commit 4cef255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/draco_rest/data_types/rest_adapter_input.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"linkedDataTypeIdentifiers": [
2626
"OBJECT"
2727
],
28-
"type": "{ payload: T, headers: OBJECT<{}> }"
28+
"type": "{ payload: T, headers: OBJECT<{}>, query_params: OBJECT<{}>, path_params: OBJECT<{}> }"
2929
}

0 commit comments

Comments
 (0)