projects
Hierarquia

Vincular um projeto filho

Torna um projeto existente filho direto do projeto informado. O vínculo é recusado quando criaria um ciclo, quando o projeto seria pai de si mesmo ou quando ultrapassaria o limite de quatro níveis de profundidade.

Regras completas em Hierarquia de projetos.

post/api/management/projects/{project}/hierarchy/attach-child

Request body

child_idstring uuid required

ID (UUID) do projeto que passa a ser filho.

Response

Sucesso

responseboolean required

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

Changes

Changed in 4 of the 80 revisions of this API.411

  • 3c590152d5b545See 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 string, and format from no format to uuid

      request-property-type-changed

    • the response's property format changed from style to no format for status

      response-property-type-changed

    • 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

    • api tag Hierarquia added

      api-tag-added

    • api tag hierarchy removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

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

      response-media-type-added

    • added the non-success response with the status

      response-non-success-status-added

    • added optional request body

      request-body-added-optional