v1

latestOpenAPI 3.1.0Eclipse Public License 2.02026-07-172520131.8 KB
registry-api

Create a namespace

post/api/user/namespace/create

Request body

successstring

Indicates success of the operation (omitted if a more specific result type is returned)

warningstring

Indicates a warning; when this is present, other properties can still be used

errorstring

Indicates an error; when this is present, all other properties should be ignored

namestring required

Name of the namespace

extensionsobject

Map of extension names to their metadata URLs (not required for creating)

verifiedboolean required

Indicates whether the namespace has an owner (not required for creating)

access'public' | 'restricted'

Access level of the namespace. Deprecated: namespaces are now always restricted

Response

Successfully created the namespace

successstring

Indicates success of the operation (omitted if a more specific result type is returned)

warningstring

Indicates a warning; when this is present, other properties can still be used

errorstring

Indicates an error; when this is present, all other properties should be ignored