Skip to content

Make channel name immutable in darc update-channel #5659

@dkurepa

Description

@dkurepa

Currently, the way update-channel works is that the channel id is a required parameter, and then we're allowed to change the name or the classification.

With this epic in progress and the Ingestor implementation in #5636, we noticed that we'll need to make the channel name immutable, so the update-channel subscription will no longer be able to do so (and the API endpoint).

This also makes sense business logic wise, we treat channel names as their unique IDs, at some point we were talking about even possibly removing ids and just using names as the primary keys

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions