Glanced
Glanced

Update subscription

Update subscription by ID.

PATCH
/v1/subscriptions/{subscription_id}
AuthorizationBearer <token>

API key (glanced_live_…). Required on operations marked with this scheme; rejected elsewhere.

In: header

Path Parameters

subscription_id*Subscription Id

The subscription's id

Formatuuid

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

PATCH '/v1/subscriptions/{subscription_id}'

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X PATCH "https://example.com/v1/subscriptions/497f6eca-6276-4993-bfeb-53cbbbba6f08" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "source_type": "feed",  "title": "string",  "unread_count": 0,  "status": "healthy",  "website": "string",  "is_pinned": false,  "is_active": true,  "newsletter_address": "string",  "podcast_id": "4c1cb0f8-818b-4f7a-9ddb-0d1ea990b35a",  "artist": "string",  "playback_speed": 0}

How is this guide?