8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956df84 commit 2e2e395Copy full SHA for 2e2e395
google-http-client/src/main/java/com/google/api/client/http/HttpStatusCodes.java
@@ -26,6 +26,9 @@ public class HttpStatusCodes {
26
/** Status code for a successful request. */
27
public static final int STATUS_CODE_OK = 200;
28
29
+ /** Status code for a successful request that has been fulfilled to create a new resource. */
30
+ public static final int STATUS_CODE_CREATED = 201;
31
+
32
/**
33
* Status code for a successful request with no content information.
34
*
0 commit comments