I try to update a project by using https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-projects/#api-rest-api-3-project-projectidorkey-put function.
Fields like description or name can I update with success, but when I try to update which issueTypes that a project should have assigned, then I get problem.
As I understand the documantation, I need to use the expand query parm, and when I click on the link https://developer.atlassian.com/cloud/jira/platform/rest/v3/intro/#expansion that show how to use the expand, I do not understand has to use this.
My problem is that I do not understand how my json file look. I using CURL when create and update Jira.