parav01d / nope_arch1tecure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[POST] /user

Payload

{
  "email": {
    "format": "email",
    "type": "string",
    "minLength": 1
  },
  "password": {
    "minLength": 1,
    "type": "string"
  },
  "name": {
    "type": "string"
  }
}

Required: ["email","password"]

Response

{
  "resource": {
    "id": {
      "type": "string"
    },
    "email": {
      "format": "email",
      "type": "string"
    },
    "password": {
      "minLength": 6,
      "type": "string"
    }
  }
} 

About


Languages

Language:TypeScript 97.7%Language:Gherkin 2.1%Language:JavaScript 0.2%