project-funnels
Ciclo de vida

Restaurar um funil

Traz de volta um funil arquivado, com a configuração que ele tinha. O funil volta a aparecer nas listagens e a aceitar projetos. Ver Criar e configurar um funil.

post/api/management/restore-funnel

Request body

project_funnel_idinteger required

ID do funil. Obrigatório.

Response

Sucesso

responseboolean required

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

Changes

Changed in 4 of the 79 revisions of this API.926

  • 3c590152d5b5922See the full diff
    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became required

      request-property-became-required

    • the request property type changed from no type to integer

      request-property-type-changed

    • the response property / became nullable for the status

      response-property-became-nullable

    • the response property / became nullable for the status

      response-property-became-nullable

    • the / response's property type changed from no type to string, and format from no format to date-time for status

      response-property-type-changed

    • the / response's property type changed from no type to integer for status

      response-property-type-changed

    • the / response's property type changed from no type to integer for status

      response-property-type-changed

    • the / response's property type changed from no type to object for status

      response-property-type-changed

    • added the new active enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new inactive enum value to the / response property for the response status

      response-property-enum-value-added

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

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

      response-media-type-added

    • added optional request body

      request-body-added-optional

    • api tag Ciclo de vida added

      api-tag-added

    • api tag {project_funnel_id} removed

      api-tag-removed