July 2017
Beginner to intermediate
358 pages
10h 54m
English
The created response is sent when a request succeeds and the result is that a new entity has been created. Along with the response it is common that the API will return a Location header with the location of the newly created entity:
201 Created Location: https://api.kittens.com/v1/kittens/123dfdf111
It is optional to return an object body with this response type.
Read now
Unlock full access