OCM-API
OCM-API copied to clipboard
Notifications endpoint might also return a 202 accepted
At the moment we assume that the only valid success response is a 201 Created. However, if the receiver wants to process the notification in another way, it might also return a 202 Accepted response to inform the sender that the notification has been received but it's not possible for the receiver to fetch the notification later, because the receiver implemented it's own notification handler.