UserApi
This is the UserApi API
createUsersWithArrayInput
URL
http://petstore.swagger.wordnik.com/api/user.{format}/createWithArray
HTTP Method
POST
Response Type
Parameters
body :
Array[User](body)
List of user object
createUser
This can only be done by the logged in user.
URL
http://petstore.swagger.wordnik.com/api/user.{format}
HTTP Method
POST
Response Type
Parameters
body :
User(body)
Created user object
createUsersWithListInput
URL
http://petstore.swagger.wordnik.com/api/user.{format}/createWithList
HTTP Method
POST
Response Type
Parameters
body :
List[User](body)
List of user object
updateUser
This can only be done by the logged in user.
URL
http://petstore.swagger.wordnik.com/api/user.{format}/{username}
HTTP Method
PUT
Response Type
Parameters
username : string(path)
name that need to be deleted