Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.49 KB

File metadata and controls

45 lines (36 loc) · 1.49 KB
layout
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

User API

Welcome to the User API documentation. This guide provides all the information you need to interact with our API, including endpoints, request/response structures, and usage examples. By following this documentation, you will be able to seamlessly integrate our user management features into your application.

{% swagger src=".gitbook/assets/openapi.json" path="/user" method="post" %} openapi.json {% endswagger %}

{% swagger src=".gitbook/assets/openapi.json" path="/user/createWithList" method="post" %} openapi.json {% endswagger %}

{% swagger src=".gitbook/assets/openapi.json" path="/user/login" method="get" %} openapi.json {% endswagger %}

{% swagger src=".gitbook/assets/openapi.json" path="/user/logout" method="get" %} openapi.json {% endswagger %}

{% swagger src=".gitbook/assets/openapi.json" path="/user/{username}" method="get" %} openapi.json {% endswagger %}

{% swagger src=".gitbook/assets/openapi.json" path="/user/{username}" method="put" %} openapi.json {% endswagger %}

{% swagger src=".gitbook/assets/openapi.json" path="/user/{username}" method="delete" %} openapi.json {% endswagger %}