Tasks

Import tasks

Import tasks into a project. Each task is reported individually, so a partial import still returns 200.

post/task/import/{projectId}

Path parameters

projectIdstring required

Request body

Response

Per-task import outcome

Changes

Changed in 6 of the 23 revisions of this API.810

  • 08bbb5bedb5d34See the full diff
    • the request property tasks/items/dueDate became not nullable

      request-property-became-not-nullable

    • the request property tasks/items/startDate became not nullable

      request-property-became-not-nullable

    • the request property tasks/items/userId became not nullable

      request-property-became-not-nullable

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the required property results to the response with the 200 status

      response-required-property-added

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 32cece1ebe4322See the full diff
    • request body became required

      request-body-became-required

    • the response's body type/format changed from / to object/ for status 200

      response-body-type-changed

    • added the new optional request property tasks/items/startDate

      new-optional-request-property

    • the request property tasks/items/dueDate became nullable

      request-property-became-nullable

    • request property tasks/items/userId list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • the request property tasks/items/userId became nullable

      request-property-became-nullable

    • the request property tasks/items/userId became not nullable

      request-property-became-not-nullable

    • request property tasks/items/userId list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 4b8811b821e611See the full diff
    • request property tasks/items/userId list-of-types was narrowed by removing types null from media type application/json

      request-property-list-of-types-narrowed

    • the request property tasks/items/userId became nullable

      request-property-became-nullable

    • the request property tasks/items/userId became optional

      request-property-became-optional