Update Ai Environment Api Endpoint
Update the organisation’s AI environment settings (organisation admin only). Only the members present in the body are changed. Setting dns_root_domain registers the organisation’s own Ankra root domain; it must be a bare domain the organisation owns, already delegated to the Ankra nameservers, and held by no other organisation. The switch is refused with 400 while cluster DNS zones or DNS records still live under the old domain - the response’s blocking_cluster_zones and blocking_dns_records members list exactly what to remove first, each capped at 100 entries with a matching *_truncated flag set to true when more exist (read the full lists from /api/v1/org/dns/cluster-zones and /api/v1/org/dns/records).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
Successful Response