Skip to content

Commit 749071c

Browse files
committed
feat: update content in http_request_create and http_response_create proto files for improved clarity
1 parent 7da3105 commit 749071c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

definitions/standard/runtime_functions/http/http_request_create.proto.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"name": [
5959
{
6060
"code": "en-US",
61-
"content": "Request Body"
61+
"content": "Request Payload"
6262
}
6363
],
6464
"description": [
@@ -93,7 +93,7 @@
9393
"displayMessage": [
9494
{
9595
"code": "en-US",
96-
"content": "Create Http-Request with Method: ${http_method}, Headers: ${headers}, Url: ${url} and Payload: ${payload}"
96+
"content": "Create HTTP-Request to ${url} with ${payload}"
9797
}
9898
],
9999
"deprecationMessage": [],

definitions/standard/runtime_functions/http/http_response_create.proto.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"name": [
4242
{
4343
"code": "en-US",
44-
"content": "Request Body"
44+
"content": "Request Payload"
4545
}
4646
],
4747
"description": [
@@ -76,7 +76,7 @@
7676
"displayMessage": [
7777
{
7878
"code": "en-US",
79-
"content": "Create Http-Response with Method: ${http_method}, Headers: ${headers} and Payload: ${payload}"
79+
"content": "Create HTTP-Response for status ${http_status_code} and payload ${payload}"
8080
}
8181
],
8282
"deprecationMessage": [],

0 commit comments

Comments
 (0)