Skip to main content

Update Application

PUT 

/lns/tenants/:tenantId/applications/:applicationId

Update application

Request

Path Parameters

    tenantId stringrequired

    The ID of tenant.

    applicationId stringrequired

    The ID of application.

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...