Changes to Import tasks

POST /task/import/{projectId}

Every recorded change to this endpoint, newest first. Back to the operation

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

  1. 08bbb5bedb5d34
  2. 32cece1ebe4322
  3. c45ef22a736c11
  4. 298877d6a79a11
  5. 4b8811b821e611
  6. 93b2317731261

What changed

  • 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