Skip to content

Commit 08594a5

Browse files
committed
fix: correct description for HTTP_STATUS_CODE
1 parent f3bdf81 commit 08594a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"description": [
1717
{
1818
"code": "en-US",
19-
"content": "Defines the HTTP method to be used, such as GET, POST, PUT, or DELETE."
19+
"content": "An HTTP status code shows the result of a request (e.g., 200 OK, 404 Not Found, 500 Internal Server Error)."
2020
}
2121
],
2222
"documentation": []

0 commit comments

Comments
 (0)