---
title: "Updates forwarding configuration"
method: PUT
path: "/v1/configuration/forwarding"
tags: ["configuration"]
---

# Updates forwarding configuration

`PUT /v1/configuration/forwarding`

## Request body

- ForwardingConfigurationRequest
  - `type` string — type (http_json, http_xml, smtp_json, smtp_xml, amazon_sqs)
  - `target` string — target URL/address

## Response `200`

OK

- ForwardingConfigurationResponse
  - `type` string — type (http_json, http_xml, smtp_json, smtp_xml, amazon_sqs)
  - `target` string — target URL/address
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
