correct indentation

This commit is contained in:
JasonLandbridge
2024-09-28 22:43:45 +02:00
parent 4646458e19
commit cbcbf024d0

View File

@@ -103,29 +103,29 @@ properties:
- watchlist-rss
- web_server_dashboard
- webhooks
active:
description: If the account's Plex Pass subscription is active
type: boolean
example: true
subscribedAt:
description: Date the account subscribed to Plex Pass
type:
- string
- "null"
example: "2021-04-12T18:21:12Z"
status:
description: String representation of subscriptionActive
example: Inactive
enum:
- Inactive
- Active
paymentService:
description: Payment service used for your Plex Pass subscription
type:
- string
- "null"
plan:
description: Name of Plex Pass subscription plan
type:
- string
- "null"
active:
description: If the account's Plex Pass subscription is active
type: boolean
example: true
subscribedAt:
description: Date the account subscribed to Plex Pass
type:
- string
- "null"
example: "2021-04-12T18:21:12Z"
status:
description: String representation of subscriptionActive
example: Inactive
enum:
- Inactive
- Active
paymentService:
description: Payment service used for your Plex Pass subscription
type:
- string
- "null"
plan:
description: Name of Plex Pass subscription plan
type:
- string
- "null"