Perusing through the documentation, I see an endpoint that can be used to update existing Projects, but nothing about creating new Projects. Is this capability not currently supported?
Asked
Active
Viewed 287 times
1 Answers
2
(I work at Asana)
This is indeed supported, though apparently specific mention is missing from the docs. Thanks for asking, we should correct this.

Greg S
- 2,079
- 1
- 11
- 10
-
The Asana API docs now explain how to create a project via the API. – Evan Hammer Nov 25 '12 at 03:26
-
Is it possible to give array of project names to create multiple projects in single create_project() call?? – Parag May 24 '13 at 06:38
-
No, you must make a separate API call for each object you want to create. – Greg S May 24 '13 at 22:05