You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes the "document storage service" I implemented is receiving calls to the callback endpoint with the following callback body (I replaced some values with 'xxx', others are as received):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes the "document storage service" I implemented is receiving calls to the callback endpoint with the following callback body (I replaced some values with 'xxx', others are as received):
Of course when received, the webservice is not happy with this kind of body. It looks like it is missing some critical parts:
The question is the following: How this kind of callback body should be handled ? error ? success ? any special action to do ?
Environment: Docker, DocumentServer 8.1.1
Beta Was this translation helpful? Give feedback.
All reactions