Hey, thank you for pointing that out!
Yes, you are right!
200 - when a resource is successfully updated and sends a response.
201 - when a resource is successfully created. (This can be done by POST also)
204 - when a resource is successfully updated but sends no response
I will update the blog accordingly!