/
/Elemo API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 9m ago · Updated 3h ago
Document3
Folder3
Issue11
Label1
Namespace12
Notification4
Organization30
  • getGet organizations
  • postCreate organization
  • getGet organization
  • deleteDelete organization
  • patchUpdate organization
  • getGet organization members
  • postAdd organization member
  • postInvite member to organization
  • deleteRemove organization member
  • deleteRevoke invitation
  • postAccept organization invitation
  • getGet organization roles
  • postCreate a new role in the organization
  • getGet organization role
  • deleteDelete organization role
  • patchUpdate organization role
  • getGet organization teams
  • postCreate a new team in the organization
  • getGet organization team
  • deleteDelete organization team
  • patchUpdate organization team
  • getGet organization team members
  • postAdd organization team member
  • deleteRemove organization team member
  • getGet organization namespaces
  • postCreate namespace in organization
  • getGet organization documents
  • postCreate document in organization
  • getGet organization folders
  • postCreate folder in organization
Permission4
Project9
Search1
System4
Todo5
User8
    Organization
    Namespace

    Create namespace in organization

    Create a new namespace in the organization.

    post/v1/organizations/{id}/namespaces

    Request body

    namestring required

    Name of the namespace.

    descriptionstring nullable

    Description of the namespace.

    Example request

    {
      "name": "Engineering",
      "description": "Engineering team namespace"
    }

    Response

    Example response

    idstring required

    ID of the newly created resource.

    Changes