Changes to List dataset rows

GET /v1/projects/{projectSlug}/datasets/{datasetSlug}/rows

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

Changed in 4 of the 67 revisions of this API.83

  1. 48b82ec7d8f141
  2. 94d35e6b4b3d4
  3. 0c30fb99c1b21
  4. f42a1fb463801

What changed

  • 48b82ec7d8f141See the full diff
    • the response property items/items/expectedOutput became optional for the status 200

      response-property-became-optional

    • the response property items/items/input became optional for the status 200

      response-property-became-optional

    • the response property items/items/metadata became optional for the status 200

      response-property-became-optional

    • the response property items/items/output became optional for the status 200

      response-property-became-optional

    • added the required property items/items/custom to the response with the 200 status

      response-required-property-added

    • response property items/items/expectedOutput list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/input list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/metadata list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • response property items/items/output list-of-types was widened by adding types array boolean and number to media type application/json of response 200

      response-property-list-of-types-widened

    • added the required property items/items/expectedOutput to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added