ringcentral / rc-assistant

RC Assistant Bot
4 stars 2 forks source link

bash: HTTP: command not found #3

Closed zxdong262 closed 5 years ago

zxdong262 commented 5 years ago

when trying "HTTP PUT https:///prod/admin/setup-database"

zxdong262 commented 5 years ago

I guess it should be replaced with curl -X PUT -u admin:admin http://localhost:3000/admin/setup-database

tylerlong commented 5 years ago

It is just pseudocode.

And by the time I wrote the doc, there was no admin auth feature

tylerlong commented 5 years ago

Updated