Skip to content

Commit

Permalink
Merge pull request #1934 from ballerina-platform/update-dependencies
Browse files Browse the repository at this point in the history
Make the header type of NoContent response to be consistent with others
  • Loading branch information
TharmiganK committed Apr 10, 2024
2 parents 86d3a0d + 23e85e1 commit caeb42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/http_status_code_types.bal
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ public type NonAuthoritativeInformation record {|
# + headers - The response headers
# + status - The response status code obj
public type NoContent record {|
map<string|string[]> headers?;
map<string|int|boolean|string[]|int[]|boolean[]> headers?;
readonly StatusNoContent status = STATUS_NO_CONTENT_OBJ;
|};

Expand Down

0 comments on commit caeb42f

Please sign in to comment.