project-funnels
Funis

Criar ou atualizar um funil de projeto

Salva o funil inteiro de uma vez — é o payload da tela de edição. Sem id cria um funil novo; com id substitui a configuração do funil existente. O payload é a verdade final: etapas, checklists, restrições, etiquetas e status que não vierem na requisição são removidos do funil. Itens que estouram o limite do plano não são criados e voltam listados em objects_above_limit, sem derrubar o resto do salvamento. Ver Criar e configurar um funil, Etapas do funil e Restrições e bloqueios.

post/api/management/project-funnel

Request body

idinteger nullable

ID do funil a atualizar. Sem ele, um novo funil é criado.

namestring required

Nome do funil. Obrigatório e sem HTML.

prefixstring nullable

Prefixo do código dos projetos. Gerado a partir do nome quando não informado.

condition'active' | 'inactive'

Situação do funil. Padrão active.

allow_multi_stepboolean

Permite o projeto em várias etapas ao mesmo tempo.

allow_executionboolean

Permite cronometrar execução nos projetos do funil.

show_cost_infoboolean

Exibe informações de custo. Padrão true.

project_termobject nullable

Vocabulário do funil para o termo 'projeto', no singular e no plural.

Response

Sucesso

responseboolean required

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

objects_above_limitstring[]

Objetos barrados pelo limite do plano. Vazio quando tudo coube.

Changes

Changed in 3 of the 79 revisions of this API.71826

  • 3c590152d5b571023See the full diff
    • added the new required request property

      new-required-request-property

    • added the new required request property

      new-required-request-property

    • the request's body type changed from no type to object

      request-body-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 property / became nullable for the status

      response-property-became-nullable

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

      response-property-type-changed

    • removed subschema #1: Funil subschema #2 from the request body allOf list

      request-body-all-of-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • removed the optional property / from the response with the status

      response-optional-property-removed

    • 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

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-added

    • added the optional property / to the response with the status

      response-optional-property-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

    • the response property became required for the status

      response-property-became-required

    • the response property became required for the status

      response-property-became-required

    • 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 required property to the response with the status

      response-required-property-added

  • 159cf36842c582See the full diff
    • the optional response header Access-Control-Allow-Origin removed for the status 422

      optional-response-header-removed

    • the optional response header Access-Control-Expose-Headers removed for the status 422

      optional-response-header-removed

    • the optional response header X-Frame-Options removed for the status 422

      optional-response-header-removed

    • the optional response header X-Ratelimit-Limit removed for the status 422

      optional-response-header-removed

    • the optional response header X-Ratelimit-Remaining removed for the status 422

      optional-response-header-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • removed the optional property from the response with the status

      response-optional-property-removed

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • api tag Funis added

      api-tag-added