创建
POST /website/blog/
{ ... }PUT /website/blog/123?op_type=create
{ ... }PUT /website/blog/123/_create
{ ... }{
"error" : "DocumentAlreadyExistsException[[website][4] [blog][123]:
document already exists]",
"status" : 409
}Last updated