swagger
Explore
API Specification Example
1.0.0
OAS3
Article API
POST
/articles
Create an article.
GET
/articles
Get a list of articles
GET
/articles/{id}
Get an article.
PUT
/articles/{id}
Update
DELETE
/articles/{id}
Delete an article.
Models
Id
ArticleForList
Article
ArticleList
Error