Create
Digunakan untuk menambahkan artikel
Create Article
POST
https://api-my-news.herokuapp.com/api/article/store
Harus login terlebih dahulu
Request Body
Name
Type
Description
image
string
file
content_article
string
Text
category_id
integer
title
string
{
"message": "Berhasil Menambahkan Artikel",
"status": true,
"data": {
"user_id": 1,
"title": "Seorang Janda diperkose tetangganya",
"category_id": "2",
"content": "Seorang Janda diperkose tetangganya",
"image": "https:\/\/enews.s3.ap-southeast-1.amazonaws.com\/uploads\/articles1597393858jpg",
"updated_at": "2020-08-14T08:31:02.000000Z",
"created_at": "2020-08-14T08:31:02.000000Z",
"id": 2
}
}
Last updated
Was this helpful?