---
title: "Updates a social link"
method: PATCH
path: "/v1/groups/{groupId}/social-links/{socialLinkId}"
tags: ["Groups"]
---

# Updates a social link

`PATCH /v1/groups/{groupId}/social-links/{socialLinkId}`

## Path parameters

- `groupId` integer, required
- `socialLinkId` integer, required

## Request body

- RobloxGroupsApiSocialLinkRequest — An update request for a social link
  - `type` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 — What type of social media this points to
  - `url` string — The url of the link
  - `title` string — The title of the link

## Response `200`

OK

- RobloxWebWebAPIApiEmptyResponseModel

## Other responses

- `400` — 1: Group is invalid or does not exist. 3: The social link title is too long. 4: The social link title cannot be empty. 5: The social link url cannot be empty. 6: The social link url was improperly formatted. 7: The request was null. 8: The requested group or social link was not found. 9: The social link type is invalid. 10: The social link is not for a group. 12: The social link title was moderated. 16: A social link with this type already exists on this group.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: You do not have permission to configure this social link.
- `404` — 11: Social links cannot be processed as this time.
- `503` — 11: Social links cannot be processed as this time.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/ece7c5a315e7/schema)
