---
title: "Put"
method: PUT
path: "/subscriptions/{id}"
tags: ["subscriptions"]
---

# Put

`PUT /subscriptions/{id}`

## Path parameters

- `id` string, required

## Request body

- SubscriptionRequest
  - `properties` AppModelsSubscriptionProperties, required
    - `displayName` string, nullable
    - `ownerId` string, nullable
    - `scope` string, nullable
    - `state` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/vehicledatabases/apis/api-management-system.md) · [All operations](https://skmtc.net/vehicledatabases/apis/api-management-system/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vehicledatabases/api-management-system/versions/cf56f4588d58/schema)
