---
title: "Update object subscriptions"
method: PUT
path: "/api/interests/{interest}/objects/{object}/subscription"
---

# Update object subscriptions

`PUT /api/interests/{interest}/objects/{object}/subscription`

Update subscriptions to properties and events

## Request body

- object
  - `properties` string[] — Properties to subscribe to
  - `events` string[] — Events to subscribe to

## Response `200`

Subscriptions updated successfully

- Success
  - `msg` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized, missing or invalid JWT token
- `404` — Resource not found

---

[API](https://skmtc.net/airbus/apis/openapi-document-for-rest-component.md) · [All operations](https://skmtc.net/airbus/apis/openapi-document-for-rest-component/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbus/openapi-document-for-rest-component/versions/c9a79ab26d8c/schema)
