Changes to Update a contact

PUT /v1/contacts/{contactId}

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

Changed in 6 of the 17 revisions of this API.197

  1. a2f71a2438392
  2. b387e63b4b908
  3. 553c90fb89591
  4. 6f01cd52ac1212
  5. bb07f694354611
  6. 07a79f0ff8791

What changed

    • api operation id updateContactV1 was added

      api-operation-id-added

    • added the non-success response with the status 409

      response-non-success-status-added

    • the contact_emails/items/email request property's maxLength was set to 320

      request-property-max-length-set

    • the contact_phone_numbers/items/phone_number request property's maxLength was set to 50

      request-property-max-length-set

    • the contact_phone_numbers/items/phone_number_sanitized/anyOf[subschema #1]/ request property's maxLength was set to 50

      request-property-max-length-set

    • the linkedin_last_message_snippet/anyOf[subschema #1]/ request property's maxLength was set to 500

      request-property-max-length-set

    • the coordinates/data/latitude request property's max was set to 90.00

      request-property-max-set

    • the coordinates/data/longitude request property's max was set to 180.00

      request-property-max-set

    • the coordinates/data/latitude request property's min was set to -90.00

      request-property-min-set

    • the coordinates/data/longitude request property's min was set to -180.00

      request-property-min-set

    • added the optional property data/contact/first_interaction_at to the response with the 200 status

      response-optional-property-added

    • removed the request property created_at

      request-property-removed

    • added the new optional request property first_met_at

      new-optional-request-property

    • added the optional property data/contact/first_met_at to the response with the 200 status

      response-optional-property-added

    • removed subschema #1 subschema #2 from the related_contacts/anyOf[subschema #1]/remove/items/ request property anyOf list

      request-property-any-of-removed

    • added subschema #1 subschema #2 to the related_contacts/anyOf[subschema #1]/remove/items/ request property anyOf list

      request-property-any-of-added

    • added the new optional request property created_at

      new-optional-request-property