Skip to content

Importing and exporting namespaces only available with key not with namespace name #3352

@camxus

Description

@camxus

type Document struct {

Description:

Currently, the import and export functionality for namespaces only supports using keys for namespace operations.

Current Behavior:

The namespace parameter for import/export operations accepts only string values representing the key.
This string value is used for both the key and the name, which can be restrictive if a namespace's key and name are different.

Expected Behavior:

The namespace parameter should support using the name of the namespace directly for import/export operations.
This change would allow users to specify a namespace by its name.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions