---
title: "POST /api/v1/packs/register"
method: POST
path: "/api/v1/packs/register"
---

# POST /api/v1/packs/register

`POST /api/v1/packs/register`

Register pack(s): sync all file changes with DB.

## Request body

- PacksRegister
  - `packs` string[] — ref of the packs in Exchange, or a git repo URL.
  - `types` PacksContentRegisterType[] — Types of content to register.
  - `fail_on_failure` boolean — True to fail on failure

## Response `200`

Pack(s) Registered.

## Other responses

- `default` — Unexpected error

---

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