CREATED constant

int const CREATED

The request has succeeded and a new resource has been created as a result of it. This is typically the response sent after a PUT request.

https://tools.ietf.org/html/rfc7231#section-6.3.2

Implementation

static const int CREATED = 201;