James Burgoon
07/02/2024, 5:58 PMcurl -k "<https://foo.net/collections?src_name=old_coll>" -X POST -H "Content-Type: application/json" \
-H "X-TYPESENSE-API-KEY: key-here" -d '{
"name": "new_coll"
}'
But I get the error response:
`"Parameter fields
is required."`
I don't see this error when running the same command locally.Jason Bosco
07/02/2024, 7:32 PMGET /debug
API callJames Burgoon
07/03/2024, 11:52 AM{"state":1,"version":"0.25.2"}
Front-end appears to be working normally.James Burgoon
07/03/2024, 1:48 PM