---
title: "Like Repo"
method: POST
path: "/api/v1/likes/{owner}/{repo}"
tags: ["likes"]
---

# Like Repo

`POST /api/v1/likes/{owner}/{repo}`

Like a repo.

## Path parameters

- `owner` string, required
- `repo` string, required

## Request body

- LikeRepoRequest
  - `like` boolean, required

## Response `200`

Successful Response

- LikeRepoResponse
  - `likes` integer, required

## Other responses

- `422` — Validation Error

---

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