Skip to content

Commit 3f084c9

Browse files
committed
feat: update http_request.proto.json for consistent naming of HTTP method type
1 parent 749071c commit 3f084c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

definitions/standard/data_types/object/http_request.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"content": "HTTP Request"
1919
}
2020
],
21-
"type": "{ method: HTTP_METHOD, url: HTTP_URL, payload: T, headers: OBJECT<{}> }",
21+
"type": "{ http_method: HTTP_METHOD, url: HTTP_URL, payload: T, headers: OBJECT<{}> }",
2222
"genericKeys": ["T"],
2323
"rules": [],
2424
"linkedDataTypeIdentifiers": [

0 commit comments

Comments
 (0)