We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6697f5d commit 67e16f0Copy full SHA for 67e16f0
src/octokit/connection.cr
@@ -17,7 +17,7 @@ module Octokit
17
CONVENIENCE_HEADERS = Set{"accept", "content_type"}
18
19
# Successful status codes from PUT/POST/PATCH requests
20
- SUCCESSFUL_STATUSES = [200, 201, 202, 204]
+ SUCCESSFUL_STATUSES = [201, 202, 204]
21
22
# Make a HTTP GET request
23
def get(url, options = nil)
0 commit comments