From 08594a5325497407f96fef026ec428cfb0ca6ddc Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 1 Mar 2026 08:26:46 +0100 Subject: [PATCH 1/2] fix: correct description for HTTP_STATUS_CODE --- .../runtime_definition/http/http_response_create.proto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/standard/runtime_definition/http/http_response_create.proto.json b/definitions/standard/runtime_definition/http/http_response_create.proto.json index 19dc15d..e884fd9 100644 --- a/definitions/standard/runtime_definition/http/http_response_create.proto.json +++ b/definitions/standard/runtime_definition/http/http_response_create.proto.json @@ -16,7 +16,7 @@ "description": [ { "code": "en-US", - "content": "Defines the HTTP method to be used, such as GET, POST, PUT, or DELETE." + "content": "An HTTP status code shows the result of a request (e.g., 200 OK, 404 Not Found, 500 Internal Server Error)." } ], "documentation": [] From 0ba0af5c875d1e430a03784b34161f3201ab553a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20G=C3=B6tz?= <52959657+raphael-goetz@users.noreply.github.com> Date: Sun, 1 Mar 2026 08:44:05 +0100 Subject: [PATCH 2/2] Update definitions/standard/runtime_definition/http/http_response_create.proto.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com> --- .../runtime_definition/http/http_response_create.proto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/definitions/standard/runtime_definition/http/http_response_create.proto.json b/definitions/standard/runtime_definition/http/http_response_create.proto.json index e884fd9..2f78913 100644 --- a/definitions/standard/runtime_definition/http/http_response_create.proto.json +++ b/definitions/standard/runtime_definition/http/http_response_create.proto.json @@ -16,7 +16,7 @@ "description": [ { "code": "en-US", - "content": "An HTTP status code shows the result of a request (e.g., 200 OK, 404 Not Found, 500 Internal Server Error)." + "content": "An HTTP status code is a three-digit number (100–599) indicating the result of a request (e.g., 200, 404, 500)." } ], "documentation": []