---
title: "Compare Repo Env Var Backup"
method: POST
path: "/v1/repos/{repo_id}/env-vars/compare"
---

# Compare Repo Env Var Backup

`POST /v1/repos/{repo_id}/env-vars/compare`

## Path parameters

- `repo_id` string, required

## Request body

- EnvVarCompareInput — Local env var identities to compare against backed-up repo env vars.
  - `localEnvVars` EnvVarRefInput[]
    - `key` string, required
    - `sourcePath` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/tabtabtab/apis/fastapi.md) · [All operations](https://skmtc.dev/tabtabtab/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/tabtabtab/apis/fastapi/revisions/73961d1e6152?raw)
