{danger} Only feature type images (image_type = 6) can be used
POST : /api/designnest/v1/projects/{projectID}/images/{imageID}/contents
projectID : the ID of the current project
imageID : the ID of the current image
{
"project" : {
"image" : {
"title" : '' ,
"content" : ''
}
}
}
title : Title of image
content : Title of image
{
"code" : 1 ,
"message" : "" ,
"data" : [
"id" => 0
]
}
PATCH : /api/designnest/v1/projects/{projectID}/images/{imageID}/contents/{contentID}
projectID : the ID of the current project
imageID : the ID of the current image
contentID : contentID == imageID
{
"project" : {
"image" : {
"title" : '' ,
"content" : ''
}
}
}
title : Title of image
content : Title of image
{
"code" : 1 ,
"message" : "" ,
"data" : [
"id" => 0
]
}