Changes to ✨ Bulk assign users to tasks

POST /api/projects/{id}/tasks/assignees

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

Changed in 5 of the 98 revisions of this API.328

  1. 6adc11ca4fec1
  2. e1ba2ecdbabb323
  3. b9100d884b0b1
  4. 0edb4e1e95921
  5. c80722dcb6842

What changed

    • added the optional property task_ids to the response with the 201 status

      response-optional-property-added

  • e1ba2ecdbabb323See the full diff
    • request body became required

      request-body-became-required

    • added PrepareParamsFiltersRequest to the filters request property allOf list

      request-property-all-of-added

    • the filters request property type/format changed from object/ to /

      request-property-type-changed

    • removed the request property filters/conjunction

      request-property-removed

    • removed the request property filters/items

      request-property-removed

    • added the media type application/x-www-form-urlencoded to the request body

      request-body-media-type-added

    • added the media type multipart/form-data to the request body

      request-body-media-type-added

    • the request property filters became nullable

      request-property-became-nullable

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

    • added the new optional request property filters/items/items/child_filters

      new-optional-request-property

    • api operation id api_projects_tasks_assignees_create removed and replaced with api_projects_tasks_assignees_bulk_create

      api-operation-id-removed

    • added the new in_list enum value to the request property filters/items/items/operator

      request-property-enum-value-added

    • added the new not_in_list enum value to the request property filters/items/items/operator

      request-property-enum-value-added

Of the 98 revisions, 2 have no diff computed.