While trying to hit the API I am getting auth erro...
# dev
v
While trying to hit the API I am getting auth error. Can someone help?
n
Hi @Vaibhav Kumar, The
ls
GET command doesn't accept a body. In general - you need to add the credentials in the
Authorization
section, configured as
Basic Auth
v
thanks The above one worked
I am also trying the below API but it need some path variable. Not sure what value I need to pass in it?
n
You are invoking an API to get an object's contents, the path parameter is the path to the object, relative to the branch uri. You can add this parameter under the Params tab
v
thanks @Niro
heart lakefs 1