Skip to content

Commit 340e9d1

Browse files
Merge pull request #254 from code0-tech/252-wrong-http-status-code-description
Correct Description for HTTP_STATUS_CODE
2 parents f3bdf81 + 0ba0af5 commit 340e9d1

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 is a three-digit number (100–599) indicating the result of a request (e.g., 200, 404, 500)."
2020
}
2121
],
2222
"documentation": []

0 commit comments

Comments
 (0)