Changes to Validate a single entity dynamic mapping with a dry-run

POST /api/v1/entity_dynamic_mappings/dry-run

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

Changed in 3 of the 13 revisions of this API.339

  1. e6f6d45eade3333
  2. 7e634c43bc1b5
  3. 00ae15bb3a811

What changed

  • e6f6d45eade3333See the full diff
    • added the new required request property mapping/action

      new-required-request-property

    • the request property mapping/filter became required

      request-property-became-required

    • the mapping/filter request property's minLength was increased from 0 to 1

      request-property-min-length-increased

    • removed the optional property errorDescription from the response with the 400 status

      response-optional-property-removed

    • removed the optional property errorDescription from the response with the 404 status

      response-optional-property-removed

    • removed the optional property errorDescription from the response with the 422 status

      response-optional-property-removed

    • added the optional property error_description to the response with the 400 status

      response-optional-property-added

    • added the optional property error_description to the response with the 404 status

      response-optional-property-added

    • added the optional property error_description to the response with the 422 status

      response-optional-property-added

    • api operation id dryRunMapping removed and replaced with executeDryRun

      api-operation-id-removed

    • the request property mapping/entity/properties became optional

      request-property-became-optional

    • the request property mapping/entity/relations became optional

      request-property-became-optional

    • the request property mapping/filter became optional

      request-property-became-optional

    • the mapping/filter request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

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

    • endpoint added

      endpoint-added