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
My client application (Media Suite) retrieves annotations mostly via a search/query call. When the user wishes to delete or update a certain annotation, the client/UI does not have the etag required to do so.
It wouldn't be very nice to have the client first do a GET request to get the annotation's etag and then do a delete or update.
Is there a more direct way to do this or is it necessary to extend the search result data with etag information (which would also be weird because it is part of the response header...)
The text was updated successfully, but these errors were encountered:
My client application (Media Suite) retrieves annotations mostly via a search/query call. When the user wishes to delete or update a certain annotation, the client/UI does not have the etag required to do so.
It wouldn't be very nice to have the client first do a GET request to get the annotation's etag and then do a delete or update.
Is there a more direct way to do this or is it necessary to extend the search result data with etag information (which would also be weird because it is part of the response header...)
The text was updated successfully, but these errors were encountered: