Verify namespace availability
GET
/api/v4/namespaces/{id}/exists
Verifies that a namespace is available for use.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
Namespace’s path
Query Parameters
Section titled “ Query Parameters ” parent_id
integer
The ID of the parent namespace. If no ID is specified, only top-level namespaces are considered.
Responses
Section titled “ Responses ”OK
Media type application/json
object
exists
boolean
suggests
Array<string>
Example
{ "suggests": [ "my-group1" ]}Bad Request
Unauthorized
Not Found