OCM-API icon indicating copy to clipboard operation
OCM-API copied to clipboard

Notifications endpoint might also return a 202 accepted

Open dvh opened this issue 8 years ago • 0 comments

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.

dvh avatar Jan 30 '17 22:01 dvh