I can’t find any information about that. I leave it for the generations 😉
Solution:
172 custom_json = {
173 "project": {
174 "name": project.name,
175 "identifier": identifier,
176 "parent_id": parent_id,
177 "description": project.description,
178 **"is_public": False,**
179 }
1 Answer