The team field is silently ignored when included in a POST /v1/workflows request body, making it impossible to assign team ownership to a workflow at creation time via the API. This is a confirmed feature gap, team is not currently a supported top-level field on the Workflows API, even though ownership can be set manually via the UI.
Support the team field on POST /v1/workflows and PUT /v1/workflows/:id, consistent with how team works when upserting catalog entities.
Document the team field explicitly in the API reference.
Created by Oladipupo Ibeun
·