Schemas
user
- objectExample:
{"id":0,"email":"string","first_name":"string","last_name":"string","avatar":"string"}Properties:idintegerUser IDExample:0emailstringUser EmailExample:"string"first_namestringFirst NameExample:"string"last_namestringLast NameExample:"string"avatarstringAvatar URLExample:"string"
support
- objectExample:
{"url":"string","text":"string"}Properties:urlstringSupport URLExample:"string"textstringSupport URL - DescriptionExample:"string"
userInput
- objectExample:
{"name":"string","job":"string"}Properties:namestringUser NameExample:"string"jobstringJobExample:"string"
createUserResponse
- objectExample:
{"id":0,"createdAt":"string"}Properties:idintegerExample:0createdAtstringExample:"string"