Commit ae0f370c3308cdf9d673ba3e08ac673406fb6094

Authored by badetitou
1 parent 6ae819f3

Login c'est du string pas du false ^^

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
api.raml
... ... @@ -162,7 +162,7 @@ version: v1
162 162 "required": false
163 163 },
164 164 "login": {
165   - "type": "false",
  165 + "type": "string",
166 166 "required": false
167 167 },
168 168 "role": {
... ...