Changes to Restart a Bulk Job

POST /bulk/jobs/{jobId}/restart

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

Changed in 4 of the 8 revisions of this API.55

  1. 1f289eff3a265
  2. e95809714e4d1
  3. 08b59585eeb73
  4. f01f73557a671

What changed

    • the allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 400

      response-property-type-changed

    • the oneOf[InvalidApiKeyError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[MissingAuthenticationError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 401

      response-property-type-changed

    • the oneOf[ProfileNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed

    • the oneOf[ResourceNotFoundError]/allOf[ErrorResponse]/errors/items/instance response's property type/format changed from string/uri to string/uri-reference for status 404

      response-property-type-changed

    • added the media type application/json for the response with the status 200

      response-media-type-added

    • added the new optional request property mode

      new-optional-request-property

    • added the new optional request property startRowIndex

      new-optional-request-property

    • added the new optional request property startShardIndex

      new-optional-request-property

    • endpoint added

      endpoint-added