diff --git a/api/pictorial.py b/api/pictorial.py
index 0c4c417f3696e2b8d237034d6c3c3724dff55dd0..97bd361e1fac1bfd353cc93200d267ba170ed868 100644
--- a/api/pictorial.py
+++ b/api/pictorial.py
@@ -61,6 +61,7 @@ class PictorialUpdateOrCreate(APIView):
             'collection_tag_ids': collection_tag_ids,
             'is_home_recommend': int(request.POST.get('is_home_recommend', 0)),
             'add_score': int(request.POST.get('add_score', 0)),
+            'is_public': int(request.POST.get('is_public', 0))
 
         }
         try: