---
title: "Update details for the specified Subscription"
method: PATCH
path: "/v1/subscriptions/{subscriptionId}"
tags: ["v1"]
---

# Update details for the specified Subscription

`PATCH /v1/subscriptions/{subscriptionId}`

Only Subscription properties that can be changed without immediate financial impact can be modified via PATCH, whereas some properties can be changed by purchasing a renewal<br/><strong>This endpoint only supports JWT authentication</strong>

## Path parameters

- `subscriptionId` string, required

## Headers

- `X-App-Key` string, required
- `X-Shopper-Id` string

## Request body

- SubscriptionUpdate
  - `paymentProfileId` integer — Unique identifier of the payment profile you want to be used for automatic renewal
  - `renewAuto` boolean — Whether or not you want the Subscription renew automatically

## Response `204`

Request was successful

## Other responses

- `400` — Request was malformed
- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access <br> This method only supports JWT authentication
- `404` — Subscription not found <br> Payment profile not found
- `500` — Internal server error

---

[API](https://skmtc.dev/godaddy/apis/untitled-api-6.md) · [All operations](https://skmtc.dev/godaddy/apis/untitled-api-6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/godaddy/untitled-api-6/revisions/557ceee3e2d8/schema)
