api icon indicating copy to clipboard operation
api copied to clipboard

Allow `:` in ObjectIds

Open ecordell opened this issue 2 years ago • 1 comments

The current regex:

^(([a-zA-Z0-9/_|\\-=+]{1,})|\\*)$

Doesn't allow for object ids that include : as separators, which are sometimes used in user identifiers.

ecordell avatar Oct 19 '23 15:10 ecordell

In order to do so, we'd have to change the text format parser to treat any : after the first in the text format as part of the object ID space

josephschorr avatar Feb 03 '24 00:02 josephschorr