Closed grpaiva closed 1 year ago
Hey @timkley, thanks for this great package.
Noticed a small issue when using Schema's addProperty method. According to the docs it should be a POST request to v1/schema/{class_name}/properties.
addProperty
v1/schema/{class_name}/properties
Tests are ok.
Ref.: https://weaviate.io/developers/weaviate/api/rest/schema#add-a-property
Thank you @grpaiva 👏🏻
Hey @timkley, thanks for this great package.
Noticed a small issue when using Schema's
addProperty
method. According to the docs it should be a POST request tov1/schema/{class_name}/properties
.Tests are ok.
Ref.: https://weaviate.io/developers/weaviate/api/rest/schema#add-a-property