Explore
panda-market-api
1.0.0
OAS 3.0
Panda Market Project API
ISC
Servers
/
Authorize
User
GET
/users
/me
PATCH
/users
/me
PATCH
/users
/me
/password
GET
/users
/me
/products
GET
/users
/me
/favorites
Product
POST
/products
GET
/products
GET
/products
/{productId}
PATCH
/products
/{productId}
DELETE
/products
/{productId}
POST
/products
/{productId}
/favorite
DELETE
/products
/{productId}
/favorite
Image
POST
/images
/upload
Comment
POST
/products
/{productId}
/comments
GET
/products
/{productId}
/comments
POST
/articles
/{articleId}
/comments
GET
/articles
/{articleId}
/comments
PATCH
/comments
/{commentId}
DELETE
/comments
/{commentId}
Auth
POST
/auth
/signUp
POST
/auth
/signIn
POST
/auth
/refresh-token
Article
POST
/articles
GET
/articles
GET
/articles
/{articleId}
PATCH
/articles
/{articleId}
DELETE
/articles
/{articleId}
POST
/articles
/{articleId}
/like
DELETE
/articles
/{articleId}
/like
Schemas
Id
Nickname
UrlType
User
UpdateUserBody
Password
UpdatePasswordBody
ProductName
Price
Tag
ProductListType
OffsetBasedPaginationResponse_ProductListType_
CreateProductBody
ListProductOrder
ProductDetailType
UpdateProductBody
CommentType
CreateCommentBody
CursorBasedPaginationResponse_CommentType_
UpdateCommentBody
Email
SignUpResponse
SignUpRequestBody
SignInResponse
SignInRequestBody
ArticleTitle
ArticleContent
ArticleWriter
ArticleListType
CreateArticleBody
OffsetBasedPaginationResponse_ArticleListType_
ListArticleOrder
ArticleDetailType
UpdateArticleBody