Subscriptions

SetSubscriptionAttribute

Set a subscription's attribute

post/subscription/attribute

Request body

channelIdstring required
<p>The channel ID.</p>
attributeIdstring required
<p>The attribute ID.</p>
valuestring required
<p>The attribute value. Can be a String (max length: 255 characters) or Number. If the attribute is configured to store arrays, the maximum length of the array should be 1000.</p>
subscriptionIdstring
<p>The subscription ID.</p>
subscriptionIdsstring[]
<p>The subscription IDs (max. 1000).</p>

Response

Success-Response:

successboolean required

Changes