---
title: "ContactSocialRelations.update"
method: PATCH
path: "/entities/ContactSocialRelations/{id}"
tags: ["Contact"]
---

# ContactSocialRelations.update

`PATCH /entities/ContactSocialRelations/{id}`

Modifies ContactSocialRelation or ContactSocialRelations with given id(s)

## Path parameters

- `id` string, uuid, required

## Query parameters

- `validation-level` integer

## Request body

- UpdateContactSocialRelationInput
  - `angellist_url` string — AngelList profile URL of the contact.
  - `crunchbase_url` string — Crunchbase profile URL of the contact.
  - `disqus_url` string — Disqus profile URL of the contact.
  - `facebook_id` string — Facebook profile id of the contact.
  - `facebook_url` string — Facebook profile URL of the contact.
  - `flickr_url` string — Flickr profile URL of the contact.
  - `foursquare_url` string — Foursquare profile URL of the contact.
  - `google_id` string — Google profile id of the contact.
  - `google_plus_url` string — Google+ profile URL of the contact.
  - `gravatar_url` string — Gravatar profile URL of the contact.
  - `klout_url` string — Klout profile URL of the contact.
  - `linkedin_id` string — LinkedIn profile id of the contact.
  - `linkedin_url` string — LinkedIn profile URL of the contact.
  - `pinterest_url` string — Pinterest profile URL of the contact.
  - `quora_url` string — Quora profile URL of the contact.
  - `reddit_url` string — Reddit profile URL of the contact.
  - `skype_url` string — Skype contact URL or username of the contact.
  - `slideshare_url` string — SlideShare profile URL of the contact.
  - `twitter_id` string — Twitter (X) user id of the contact.
  - `twitter_url` string — Twitter (X) profile URL of the contact.
  - `vimeo_url` string — Vimeo profile URL of the contact.
  - `wordpress_url` string — WordPress site URL of the contact.
  - `xing_url` string — XING profile URL of the contact.
  - `yahoo_url` string — Yahoo profile URL of the contact.
  - `yelp_url` string — Yelp profile URL of the contact.
  - `youtube_url` string — YouTube channel URL of the contact.
  - `revision` integer — Revision when entity was lastly changed.

## Response `200`

Modification confirmation. Returns resulting ContactSocialRelation

- object
  - `success` boolean — True when response succeeded, false on error.
  - `data` ContactSocialRelation
    - `is_delete_protected` boolean, required — Tells if the entity instance is protected against delete (Entities that need to be present in the system at any time). Delete action still may fail if entity is deletable, due some other additional validations.
    - `id` string, uuid, required — Unique identifier of entity. Must match with Contact id.
    - `is_deleted` boolean — Specifies if the entity is considered deleted.
    - `modified` string, date-time — Last modification time.
    - `created` string, date-time — Creation time.
    - `angellist_url` string — AngelList profile URL of the contact.
    - `crunchbase_url` string — Crunchbase profile URL of the contact.
    - `disqus_url` string — Disqus profile URL of the contact.
    - `facebook_id` string — Facebook profile id of the contact.
    - `facebook_url` string — Facebook profile URL of the contact.
    - `flickr_url` string — Flickr profile URL of the contact.
    - `foursquare_url` string — Foursquare profile URL of the contact.
    - `google_id` string — Google profile id of the contact.
    - `google_plus_url` string — Google+ profile URL of the contact.
    - `gravatar_url` string — Gravatar profile URL of the contact.
    - `klout_url` string — Klout profile URL of the contact.
    - `linkedin_id` string — LinkedIn profile id of the contact.
    - `linkedin_url` string — LinkedIn profile URL of the contact.
    - `pinterest_url` string — Pinterest profile URL of the contact.
    - `quora_url` string — Quora profile URL of the contact.
    - `reddit_url` string — Reddit profile URL of the contact.
    - `skype_url` string — Skype contact URL or username of the contact.
    - `slideshare_url` string — SlideShare profile URL of the contact.
    - `twitter_id` string — Twitter (X) user id of the contact.
    - `twitter_url` string — Twitter (X) profile URL of the contact.
    - `vimeo_url` string — Vimeo profile URL of the contact.
    - `wordpress_url` string — WordPress site URL of the contact.
    - `xing_url` string — XING profile URL of the contact.
    - `yahoo_url` string — Yahoo profile URL of the contact.
    - `yelp_url` string — Yelp profile URL of the contact.
    - `youtube_url` string — YouTube channel URL of the contact.
    - `revision` integer — Revision when entity was lastly changed.

## Other responses

- `404` — Sent when invalid ID is given
- `500` — unexpected error

---

[API](https://skmtc.net/aws/apis/pipeliner-cloud-api.md) · [All operations](https://skmtc.net/aws/apis/pipeliner-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/pipeliner-cloud-api/versions/e8c12ae60aca/schema)
