latestOpenAPI 3.0.32026-08-227451,2751.8 MB

d0fc0114da66

LinkMablnet

Inspect a channel's alias, if any (operator)

Returns the channel {channel} is an alias of, or 404 if it is a normal (canonical) channel with no alias. See design doc release-channel-aliasing-and-selection.md in link/mablnet/docs.

get/link/mablnet/channels/{channel}/alias

Path parameters

channelstring required

The (possibly aliased) channel name to inspect.

Response

The channel is an alias; its target is returned.

idstring

Datastore key for this entity — equals the alias channel name. Server-set.

targetstring required

The channel the alias resolves to. May itself be an alias (chains are followed), but must not equal the alias name and must not form a cycle.