v1 API Changelog
Summary
- Added new properties to the
DagRole,Deployment, andTeamschemas to enhance DAG access management. - Introduced new query parameters for pagination and sorting in the
/organizations/{organizationId}/tokensand/organizations/{organizationId}/usersendpoints.
Added
- Schemas
DagRoledagTag: DAG tag, required ifDagIdis not specified.
DeploymentEnvironmentVariableupdatedAt: Format set todate-time.
InviteexpiresAt: Format set todate-time.
RolecreatedAtandupdatedAt: Examples and format set todate-time.
RoleWithPermissioncreatedAtandupdatedAt: Examples and format set todate-time.
TeamdagRoles: Array of DAG roles.
- Endpoints
/organizations/{organizationId}/tokenslimit: Limit for pagination.sorts: Sorting criteria.
/organizations/{organizationId}/userslimit: Limit for pagination.sorts: Sorting criteria.
- Enums
ApiTokenRoleentityType: AddedDAG_TAG.