projects
Checklists avulsos

Criar checklist avulso no projeto

Cria um novo item de checklist avulso no projeto. O item entra no fim da lista — a posição é atribuída automaticamente pelo servidor.

post/api/management/projects/{project}/loose-checklist

Headers

Authorizationstring

Request body

namestring required

Texto do item de checklist.

author_idstring uuid nullable

Usuário responsável pelo item.

checked_by_idstring uuid nullable

Usuário que marcou o item como concluído.

Response

Sucesso

responseboolean required

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

Changes

Changed in 7 of the 79 revisions of this API.5111

    • the request property became nullable

      request-property-became-nullable

    • the request property became nullable

      request-property-became-nullable

    • the response property became required for the status

      response-property-became-required

    • api tag Checklists avulsos added

      api-tag-added

    • api tag loose-checklist removed

      api-tag-removed

    • api tag {id} removed

      api-tag-removed

    • the request property became not nullable

      request-property-became-not-nullable

    • the request property became not nullable

      request-property-became-not-nullable

  • a58fd7918b2131See the full diff
    • 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 request property type changed from no type to string, and format from no format to uuid

      request-property-type-changed

    • the request property's maxLength was set to 255

      request-property-max-length-set

    • added the new optional request property

      new-optional-request-property

    • added the new optional request property

      new-optional-request-property

    • added the new optional header request parameter Authorization

      new-optional-request-parameter

    • added optional request body

      request-body-added-optional

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

      response-media-type-added