Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sporiff committed Aug 25, 2023
1 parent f92a277 commit f9d4e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/specs/subscriptions/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Subscriptions represent the feeds a user has subscribed to. A subscription objec
| Field | Type | Nullable? | Description |
| ---------------------- | -------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `feed_url` | String | No | The URL of the podcast RSS feed |
| `guid` | String\<UUID\> | No | The globally uniqud ID of the podcast |
| `guid` | String\<UUID\> | No | The globally unique ID of the podcast |
| `is_subscribed` | Boolean | No | Whether the user is subscribed to the podcast |
| `subscription_changed` | Datetime | No | The date on which the `is_subscribed` field was last updated. Presented in [ISO 8601 format] |
| `guid_changed` | Datetime | No | The date on which the podcast's `guid` or `new_guid` was last updated. Presented in [ISO 8601 format] |
Expand Down

0 comments on commit f9d4e26

Please sign in to comment.