Skip to main content

Create Application

POST 

/lns/tenants/:tenantId/applications

Create application

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

Body

required
    name stringrequired

    The name of application.

    description string

    The description of application.

Responses

Schema
    data objectrequired

    Data of the application.

    tenantId stringrequired
    id stringrequired
    name stringrequired
    description stringrequired
Loading...