Skip to main content

Create an application

POST 

/nevisidm/api/core/v1/applications

Since: 2.74.0

Required permission(s): AccessControl.ApplicationCreate

Creates a new application with the specified name, description, URL, and display settings.

If no external ID is provided, one is generated automatically. The application name must be unique and conform to the configured identifier naming policy.

Request

Body

required
    extId string

    External ID of the application.

    name stringrequired

    Possible values: non-empty

    Internal name of the application.

    description string

    Textual description of the application.

    url string

    URL of the application.

    displayed booleanrequired

    Determines whether the application is to be displayed on nevisPortal.

    displayName object

    Language-dependent name of the application. Keys: EN, DE, FR, IT.

    property name* string

Responses

Application created successfully

Response Headers
  • Location any

    URL of the created resource

Loading...