Entity dynamic mapping

Update an existing entity dynamic mapping by identifier

Update the details of an existing entity dynamic mapping identified by its unique string identifier

put/api/v1/entity_dynamic_mappings/{identifier}

Path parameters

identifierstring required

Request body

entity_template_identifierstring required
filterstring required
action'UPDATE_ENTITY' | 'UPDATE_PROPERTIES' | 'UPDATE_RELATIONS' | 'DELETE_ENTITY' required
namestring required
descriptionstring

Response

Entity dynamic mapping updated successfully

Changes

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

  • 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