Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.05 KB

File metadata and controls

25 lines (18 loc) · 1.05 KB

Users

{% hint style="info" %} Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API. {% endhint %}

User actions

{% swagger src="https://petstore.swagger.io/v2/swagger.json" path="/user/login" method="get" %} https://petstore.swagger.io/v2/swagger.json {% endswagger %}

{% swagger src="https://petstore.swagger.io/v2/swagger.json" path="/user/logout" method="get" %} https://petstore.swagger.io/v2/swagger.json {% endswagger %}

Creating users

{% swagger src="https://petstore.swagger.io/v2/swagger.json" path="/user/createWithList" method="post" %} https://petstore.swagger.io/v2/swagger.json {% endswagger %}

{% swagger src="https://petstore.swagger.io/v2/swagger.json" path="/user/createWithArray" method="post" %} https://petstore.swagger.io/v2/swagger.json {% endswagger %}