shellhub icon indicating copy to clipboard operation
shellhub copied to clipboard

Add setup route

Open gustavosbarreto opened this issue 3 years ago • 0 comments

This route will be responsible for set up the initial user and namespace.

  • Endpoint: /setup
  • Method: POST
  • Request body: { email: <string>, username: <string>, password: <string>, namespace: <string> }

gustavosbarreto avatar Jul 21 '22 18:07 gustavosbarreto