---
title: "PATCH /applications/{applicationId}"
method: PATCH
path: "/applications/{applicationId}"
tags: ["Applications"]
---

# PATCH /applications/{applicationId}

`PATCH /applications/{applicationId}`

This endpoint allows you to update a single application.

## Request body

- ApiApplicationUpdate
  - `name` string — Name of the application.
  - `displayName` string — Display name of the application.
  - `website` string, uri — URL to the website of this application.
  - `developer` string — Name of the developer/company which developed this application.
  - `privacyPolicy` string, uri — URL to the privacy policy of this application.
  - `termsOfService` string, uri — URL to the terms of service of this application.
  - `description` string — The description of the application.
  - `isPublic` boolean — Whether this application is intended to be public (available for other parties through an application store).
  - `logo` string, uri — URL to the logo of the application.
  - `technicalContact` ApplicationTechContactUpdate — Request body for application update.
    - `name` string — First name of point of contact for this application.
    - `lastName` string — Last name of the person to contact for this application.
    - `email` string, email — Email id of the person to contact for this application.
    - `phone` string — Phone number of the person to contact for this application.

## Response `204`

Application Updated

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

[API](https://skmtc.net/eagleeyenetworks/apis/devices.md) · [All operations](https://skmtc.net/eagleeyenetworks/apis/devices/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eagleeyenetworks/devices/revisions/df57313de545/schema)
