Changes to Update an existing entity dynamic mapping by identifier

PUT /api/v1/entity_dynamic_mappings/{identifier}

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

Changed in 4 of the 13 revisions of this API.337

  1. e6f6d45eade3134
  2. 7e634c43bc1b2
  3. 00ae15bb3a812
  4. 584ac64069cc1

What changed

  • e6f6d45eade3134See the full diff
    • added the new required request property action

      new-required-request-property

    • 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 409 status

      response-optional-property-removed

    • added the optional property action to the response with the 200 status

      response-optional-property-added

    • 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 409 status

      response-optional-property-added

    • the request property entity/properties became optional

      request-property-became-optional

    • the request property entity/relations became optional

      request-property-became-optional

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

    • the entity/relations request property type/format changed from object/ to array/

      request-property-type-changed

    • the entity/relations response's property type/format changed from object/ to array/ for status 200

      response-property-type-changed

    • endpoint added

      endpoint-added