Last updated 1 year ago
Rất vui được biết: Tất cả các phương pháp được hiển thị dưới đây được đồng bộ hóa với một URL tệp Swagger ví dụ và được cập nhật tự động với các thay đổi đối với API.
The user name for login
The password for login in clear text
curl -L \ --url 'https://petstore.swagger.io/v2/user/login'
text
curl -L \ --url 'https://petstore.swagger.io/v2/user/logout'
No body
User Status
curl -L \ --request POST \ --url 'https://petstore.swagger.io/v2/user/createWithList' \ --header 'Content-Type: application/json' \ --data '[ { "id": 1, "username": "text", "firstName": "text", "lastName": "text", "email": "text", "password": "text", "phone": "text", "userStatus": 1 } ]'
curl -L \ --request POST \ --url 'https://petstore.swagger.io/v2/user/createWithArray' \ --header 'Content-Type: application/json' \ --data '[ { "id": 1, "username": "text", "firstName": "text", "lastName": "text", "email": "text", "password": "text", "phone": "text", "userStatus": 1 } ]'