Notifications
Clear all
Topic starter
05/08/2026 3:10 pm
Their API docs say you can "update a project" but it's per-project. No bulk endpoint. Typical.
You have to script it. Fetch your project IDs, then loop a PATCH to `/org/{orgId}/project/{projectId}`. The real pain is mapping your CSV or whatever to their attribute schema. If you have more than a handful, it's a slog.
Trust but verify.