---
title: "Edit a Pool"
method: PUT
path: "/pools/my/{poolId}"
---

# Edit a Pool

`PUT /pools/my/{poolId}`

Edits an existing pool

## Path parameters

- `poolId` string, required

## Headers

- `Content-Type` string
- `Authorization` string

## Request body

- object
  - `poolName` string — The name of the pool.
  - `smsSettings` object — The SMS settings of the pool.
    - `sticky` boolean — When enabled, the service should try to always use the same number, as sender, for each recipient. Default value true
    - `geomatch` boolean — When enabled, the service should try to use a number, as sender, that matches the destination country. Default value true
    - `transcode` boolean — When enabled, the SMS message will get transcoded (when possible). Default value false
    - `defaultCountry` string — A country code in ISO 3166-1 alpha-2 format. Routee will use a number from this defaultCountry as sender, if there is not a more suitable option (eg a number from the same country or a sticky sender for the recipient).
    - `alphanumericSenderId` string — The alphanumeric Sender Id that will be used, when the pool strategy is "Alphanumeric".
    - `inboundSMSCallbackUrl` string — Defines the callback URL that will receive the inbound messages to the numbers of the pool.
    - `callback` object — Defines the callback URL that will receive the status update notifications for your outbound SMS messages.
      - `url` string — A URL that Routee will POST to, each time your message status changes.
      - `strategy` string — Defines when the URL will be called. Two possible values: on every status change (OnChange) or when a final status arrives (OnCompletion).
    - `multipleSender` object[] — An array representing the settings required to support for multiple senderID's per country and multiple Keywords per ShortCode per country
      - `country` string — A country code in ISO 3166-1 alpha-2 format
      - `senderid` string — The senderID to use when the destination number matches the above country code. Maximum length of 11 characters.
      - `keyword` string — A string representing the keyword to use for the OPT-OUT for the destination country.
      - `shortcode` string — The shortCode to use for the OPT-OUT procedure for the destination country.

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routee/apis/auth.md) · [All operations](https://skmtc.net/routee/apis/auth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routee/auth/versions/5cef04e8f7d8/schema)
