Changes to List tasks for repository

GET /agents/repos/{owner}/{repo}/tasks

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

Changed in 7 of the 62 revisions of this API.316

  1. 320c6ca188f01
  2. 8c0078ba0e731
  3. dcb9a574778b1
  4. 3e123249999a1
  5. bc41f0958ba7112
  6. b0fdd71dd7141
  7. f46a0dd461fb1

What changed

    • added the optional property tasks/items/custom_agent to the response with the 200 status

      response-optional-property-added

    • for the query request parameter creator_id, the type/format was generalized from integer/ to array/

      request-parameter-type-generalized

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

  • bc41f0958ba7112See the full diff
    • added subschema #1 subschema #2 to the tasks/items/artifacts/items/data response property oneOf list for the response status 200

      response-property-one-of-added

    • added the new pull enum value to the tasks/items/artifacts/items/type response property for the response status 200

      response-property-enum-value-added

    • removed the github_resource enum value from the tasks/items/artifacts/items/type response property for the response status 200

      response-property-enum-value-removed

    • removed subschema #1 subschema #2 from the tasks/items/artifacts/items/data response property oneOf list for the response status 200

      response-property-one-of-removed

    • for the query request parameter is_archived, default value false was added

      request-parameter-default-value-added

    • endpoint added

      endpoint-added