v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Updates an application.

patch/applications/{ApplicationId}

Path parameters

ApplicationIdstring required

The application ID.

Request body

Namestring

The name of the application.

Descriptionstring

A description of the application.

Response

Success

Idstring

The application ID.

Namestring

The application name.

Descriptionstring

The description of the application.

Example response

{
  "Description": "An application used for creating an example.",
  "Id": "339ohji",
  "Name": "Example-Application"
}