remy / jsonbin

A personal JSON store as a RESTful service
https://jsonbin.org
395 stars 26 forks source link

Impossible to DELETE path #36

Open GuimDev opened 6 years ago

GuimDev commented 6 years ago

https://jsonbin.org/guimdev/ :

gettingStarted "check out the help, and try 'curl https://jsonbin.org/me -H \"authorization: token 67d7fd43-c7be-45e9-afdd-9cff4c20f4e0\"'"
urls  
0 "https://jsonbin.org/_/help"
1 "https://jsonbin.org/_/me"
2 "https://jsonbin.org/_/logout"
boucher.map.json {}
1234 {...}

I can't delete : boucher.map.json or change the content.

DELETE https://jsonbin.org/guimdev/boucher.map.json doesn't work.

remy commented 6 years ago

Did you happen to have a property called json after you stored boucher.map.json that you later deleted?

GuimDev commented 6 years ago

When I tried to make boucher.map.json, nothing happen. I use another name without dot.

POST https://jsonbin.org/guimdev/boucher.map.json/ doesn't work

POST https://jsonbin.org/guimdev/test/ works

remy commented 6 years ago

But you did manage to make that path (I can see it in the database and you should be able to see it on jsonbin.org/me)

On Fri, 24 Aug 2018, 17:23 GuimDev, notifications@github.com wrote:

When I tried to make boucher.map.json, nothing happen. I use another name without dot.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/remy/jsonbin/issues/36#issuecomment-415810206, or mute the thread https://github.com/notifications/unsubscribe-auth/AAA1hHHpmV5ZqfLJ4dHcpJ2Nm28tqEPGks5uUCiQgaJpZM4WLaPZ .

GuimDev commented 6 years ago

I see it but i can't delete it or update it.

I can with 'test' or 'json' but not with 'boucher.map.json'

GuimDev commented 6 years ago

DELETE https://jsonbin.org/guimdev/boucher.map.json returns null

remy commented 1 year ago

Related https://github.com/remy/jsonbin/issues/61 (also… yeah, 5 years on…)