Projects > Resumes


Update

PATCH : /api/designnest/v1/projects/{projectID}/resumes/{resumeID?}

projectID : The ID of the current project

resumeID : Now you don't need to pass in parameters

Request :

{
    "project" : {
        "title" : '' ,
        "sub_title"  : '' , 
        "description" : '' ,
        "tags" : [
            'name_1' , 'name_2' , ...  ,
        ] ,
        "categories" : [ 1 , 2 , 3 , ...]
    } ,
}

title : Title of project

sub_title : Sub title of project

description : Description of project

tags : Tags of project

categories : Categories of project

Response :

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