---
title: "Publish Terms Version"
method: POST
path: "/v2/admin/terms-versions"
tags: ["Admin", "GDPR"]
---

# Publish Terms Version

`POST /v2/admin/terms-versions`

Publish a new version of a legal document (admin only, SWE-380).

Creating a new version will cause all users whose accepted version does not
match to receive a 403 on protected routes until they re-accept.

## Headers

- `authorization` string, nullable

## Request body

- PublishTermsVersionPayload
  - `documentType` 'tos' | 'dpa' | 'privacy', required
  - `version` string, required
  - `effectiveDate` string, date-time, required
  - `contentUrl` string, required
  - `summaryOfChanges` string, nullable

## Response `201`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
