Projects > Collection


Relate

POST : /api/designnest/v1/projects/{projectID}/collection

projectID : the ID of the current project

Form Data

{
    "relate_type" : 1 / 2 , (1:liked ; 2:recommended) ,
    "like_rate"   : 0 - 5 ,
    "comment" : "" ,
    "need_save_comment" : 0 / 1
}

Response :

{
    "code" : 1 ,
    "message" : "" ,
}

Cancel

PATCH : /api/designnest/v1/projects/{projectID}/collection

projectID : the ID of the current project

Form Data

{
    "relate_type" : 1 / 2 , (1:liked ; 2:recommended) ,
    "like_rate"   : 0 - 5 ,
    "comment" : "" ,
    "need_save_comment" : 0 / 1
}

Response :

{
    "code" : 1 ,
    "message" : "" ,
}