---
title: "Update Application Subscription"
method: PUT
path: "/platform/appdev/appsubscriptions/events"
tags: ["AppEvent"]
---

# Update Application Subscription

`PUT /platform/appdev/appsubscriptions/events`

Update an existing application event subscription.

## Query parameters

- `responseFields` string

## Request body

- ApplicationSubscription — Defines an event that an Application Version is subscribed to.
  - `applicationEndPoint` string, nullable — The End Point where the event information will be sent to when the event is fired.
  - `applicationSubscriptionId` integer — The unique identifier of an ApplicationVersionEvent record.
  - `events` AppDevEvent[], nullable
    - `apiVersionNumber` string, nullable — The Api Version Number which defines what events are available for a given API version.
    - `eventCategory` string, nullable — The category the event belongs to.
    - `eventId` integer — Unique identifier of an Event record.
    - `eventName` string, nullable — The name of the event.
  - `noCallback` boolean
  - `packageId` integer

## Response `200`

OK

- ApplicationSubscription — Defines an event that an Application Version is subscribed to.
  - `applicationEndPoint` string, nullable — The End Point where the event information will be sent to when the event is fired.
  - `applicationSubscriptionId` integer — The unique identifier of an ApplicationVersionEvent record.
  - `events` AppDevEvent[], nullable
    - `apiVersionNumber` string, nullable — The Api Version Number which defines what events are available for a given API version.
    - `eventCategory` string, nullable — The category the event belongs to.
    - `eventId` integer — Unique identifier of an Event record.
    - `eventName` string, nullable — The name of the event.
  - `noCallback` boolean
  - `packageId` integer

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
