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
{{ message }}
This repository was archived by the owner on Feb 20, 2019. It is now read-only.
Quando um artigo é apagado, ao tentar recuperá-lo, os seguintes retornos precisam ser considerados:
GET /articles/_manifest: retorna manifesto com flag is_removed = TrueGET /articles/{id}: HTTP 40x - Document removedGET /articles/{id}/{version}: versão do XMLAjustar a API de artigo para os retornos esperados.