Skip to content

Commit

Permalink
fix: invalid method on delete vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
derpoho committed Feb 21, 2024
1 parent 71c6c42 commit 3266290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Requests/Data/DeleteVectors.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DeleteVectors extends Request implements HasBody
{
use HasJsonBody;

protected Method $method = Method::DELETE;
protected Method $method = Method::POST;

public function __construct(
protected array $ids = [],
Expand Down

0 comments on commit 3266290

Please sign in to comment.