Changes to Add assignees to an issue

POST /repos/{owner}/{repo}/issues/{issue_number}/assignees

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

Changed in 5 of the 62 revisions of this API.125

  1. 30d6b086d60311
  2. ae221630baa52
  3. 368b611509dd11
  4. 68f6314a01751
  5. e26e2e7af9311

What changed

  • 30d6b086d60311See the full diff
    • the assignees/items/ request property type/format changed from string/ to /

      request-property-type-changed

    • added subschema #1 subschema #2 to the assignees/items/ request property oneOf list

      request-property-one-of-added

    • added the optional property issue_field_values/items/issue_field_name to the response with the 201 status

      response-optional-property-added

    • added the optional property pinned_comment/minimized to the response with the 201 status

      response-optional-property-added

    • added the new multi_select enum value to the issue_field_values/items/data_type response property for the response status 201

      response-property-enum-value-added

    • added the optional property issue_field_values/items/multi_select_options to the response with the 201 status

      response-optional-property-added

    • removed the optional property repository/has_commit_comments from the response with the 201 status

      response-optional-property-removed

    • added the optional property repository/has_commit_comments to the response with the 201 status

      response-optional-property-added