v1
latestOpenAPI 3.0.02026-07-1411714.4 KBMiscellaneous
Reindex Subscription
Alters the frequency of a given Subscription (formerly Recurrence) by changing period and interval.
patch/subscriptions/{recurrenceId}/reindex
Path parameters
recurrenceIdstring required
Headers
Content-Typestring required
Example:application/json
Type of the content being sent
Acceptstring required
Example:application/json
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand
Request body
Example request
[
{
"frequency": {
"interval": 1,
"periodicity": "yearly"
}
}
]