---
title: "Add Descriptors to Enrollment"
method: POST
path: "/dispute/disputes/alert-enrollments/{enrollmentId}/descriptors"
tags: ["Disputes"]
---

# Add Descriptors to Enrollment

`POST /dispute/disputes/alert-enrollments/{enrollmentId}/descriptors`

Add one or more merchant descriptors to an existing dispute alert enrollment.

## Path parameters

- `enrollmentId` string, uuid, required

## Headers

- `x-idempotency-key` string, uuid, required

## Request body

- object
  - `descriptors` string[], required — The merchant descriptors to add to the enrollment.

## Response `201`

Descriptors added to enrollment.

## Other responses

- `400` — Bad Request.
- `401` — Unauthorized.
- `403` — Insufficient Scope.
- `404` — Not Found.
- `429` — Too Many Requests.

---

[API](https://skmtc.net/payrails/apis/payrails-api-reference.md) · [All operations](https://skmtc.net/payrails/apis/payrails-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/payrails/payrails-api-reference/versions/9dd2f0158582/schema)
