dgraph icon indicating copy to clipboard operation
dgraph copied to clipboard

Success is returned as an Error

Open wurde opened this issue 3 years ago • 0 comments

https://github.com/dgraph-io/dgraph/blob/cfdf7a5f9567b45b8af7136665ea52e28e96feb3/dgraph/cmd/alpha/admin.go#L101

curl -X POST localhost:8080/admin/schema/validate --data-binary 'type Person { name: String }' -v
{"errors":[{"message":"Schema is valid","extensions":{"code":"success"}}]}

wurde avatar Feb 27 '22 10:02 wurde