I am seeing an issue where once I stop a subscription and then try to immediately start a subscription I see this error when I try to list the available contentURIs:
{
"error": {
"code": "AF20023",
"message": "The subscription was disabled."
}
}
When I start the subscription I see this returned:
{
"contentType": "Audit.Sharepoint",
"status": "enabled",
"webhook": null
}
Which should mean that I successfully started the subscription but when I try to list the available subscriptions the list is empty.
Then when I try to list the available contentURIs it returns the error I pasted above about the subscription being disabled.
I have waited for the subscription state to have time to change back from being disabled but it still gives me this error.
Attached are images of the calls I am referring to. (These calls were working perfectly fine before)
