projects
Projetos

Restaurar um projeto

Restaura um projeto que foi deletado, devolvendo-o às listagens com todos os vínculos que tinha.

get/api/management/projects/{id}/restore

Response

Resposta de sucesso

responseboolean required

Sempre true quando a operação é concluída.

Changes

Changed in 2 of the 79 revisions of this API.111

  • 3c590152d5b517See the full diff
    • the error response's property type/format changed from string/style to string/ for status 404

      response-property-type-changed

    • the response property error became required for the status 401

      response-property-became-required

    • the response property error became required for the status 404

      response-property-became-required

    • the response property message became required for the status 401

      response-property-became-required

    • the response property message became required for the status 404

      response-property-became-required

    • the response property response became required for the status 200

      response-property-became-required

    • the response property response became required for the status 401

      response-property-became-required

    • the response property response became required for the status 404

      response-property-became-required

    • api tag Projetos added

      api-tag-added

    • api tag restore removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

    • added the media type application/json for the response with the status 404

      response-media-type-added