API
Get Articles
{
"data": [
{
"type": "articles",
"id": "1",
"attributes": {
"title": "Initial Article",
"content": "This is content of article"
},
"links": {
"self": "https://board-api/api/v1/articles/1"
}
},
{
"type": "articles",
"id": "2",
"attributes": {
"title": "New Article",
"content": "This is content of new article"
},
"links": {
"self": "https://board-api/api/v1/articles/2"
}
}
]
}Get an article
Path Parameters
Name
Type
Description
Post a new article
Request Body
Name
Type
Description
Template of POST request body
Update an article
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Template of PUT request body
Delete an article
Path Parameters
Name
Type
Description
Last updated
Was this helpful?