diff --git a/templates/zerver/api/update-subscription-properties.md b/templates/zerver/api/update-subscription-properties.md new file mode 100644 index 0000000000..2006781f85 --- /dev/null +++ b/templates/zerver/api/update-subscription-properties.md @@ -0,0 +1,71 @@ +# Update subscription properties + +This endpoint is used to update the user's personal settings for the +streams they are subscribed to, including muting, color, pinning, and +per-stream notification settings. + +`POST {{ api_url }}/v1/users/me/subscriptions/properties` + +## Usage examples + +