---
title: "Add and update application"
method: POST
path: "/api/v1/application/monitoring"
tags: ["Applications (IOS/Android)"]
---

# Add and update application

`POST /api/v1/application/monitoring`

Add and update application

## Request body

- MonitoringAddUpdate
  - `name` string, nullable
  - `idOnMarket` string, nullable
  - `description` string, nullable
  - `version` string, nullable
  - `icon` string, nullable
  - `genre` string, nullable
  - `store` string, nullable
  - `team` string, nullable
  - `geoList` string[], nullable
  - `screenshot` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
