---
title: "Toggle featured status on a social link"
method: PUT
path: "/v1/account/social-links/{platform}/featured"
tags: ["profiles"]
---

# Toggle featured status on a social link

`PUT /v1/account/social-links/{platform}/featured`

Set or unset a social link as featured on the public profile.

## Path parameters

- `platform` string, required — Platform name (e.g., 'github', 'x')

## Query parameters

- `is_featured` boolean — Whether the social link should be featured

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- MessageResponse — Generic response model for operations that return a message.
  - `message` string, required — Response message

## Other responses

- `401` — Missing or invalid JWT
- `404` — Social link not found
- `422` — Validation Error

---

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