Skip to content

Verify namespace availability

GET
/api/v4/namespaces/{id}/exists

Verifies that a namespace is available for use.

id
required
string

Namespace’s path

parent_id
integer
nullable

The ID of the parent namespace. If no ID is specified, only top-level namespaces are considered.

OK

Media type application/json
object
exists
boolean
suggests
Array<string>
Example
{
"suggests": [
"my-group1"
]
}

Bad Request

Unauthorized

Not Found