d0fc0114da66
Declare a channel to be an alias of another channel (operator)
Makes {channel} an alias of the body's target: GET /link/mablnet/manifest (and the operator rollout endpoints) resolve a request for {channel} to target's manifest and rollout, transparently to clients — the global, publisher-level generalization of the per-tenant worker_release_override redirect. Used to rename a channel without breaking older clients that still send the old name (alias dev → latest), or to neutralize a legacy channel default (prod → stable). Replaces any existing alias on {channel}; a target equal to the channel, or one that would create a cycle, is rejected. Operator-only (mabl global / support admin). See design doc release-channel-aliasing-and-selection.md in link/mablnet/docs.
Path parameters
The channel name to turn into an alias.
Request body
Response
The alias was set; the stored alias is returned.