Manages > Reports


Types of reports content :

content type module name
1 projects >> comments
2 others >> design advice comments
3 projects >> project status

Store

POST : /api/designnest/v1/reports

Request :

{
    "report" : {
        "content_id" : 0 ,
        "content_type" : 0 ,
        "reason" : ''
    }
}

content_id : Content ID of the report

content_type : Types of reporting

reason : Reason of reporting

Response :

{
    "code" : 1 ,
    "message" : "" ,
    "data" : [
        "id" => 0 ,
    ]
}