Welcome to our developer community. From what I understand it seems like you are trying to make an API call to our Create a project endpoint and when you tried to create a project with the default_access_level access level as admin it does not get set but the project still gets created.
Could you share more snippets of your code like the part making the request. Also, it looks like the sample code you provided is in JavaScript. Are you using our node-asana client library? If so what version?
I’m so sorry. Reviewing the code to give it to you I’ve found the error. I don’t use the node-asana client librery. I use a fetch function directly to the endpoint, and I’ve forgotten to send the option “default_access_level” in the fetch. Please, acept my apologies for any inconvenience. Thank you for your support.