---
title: "Modify a static routes description"
method: PUT
path: "/service/{tenant_name}/static_route/description"
tags: ["service - routing - static route"]
---

# Modify a static routes description

`PUT /service/{tenant_name}/static_route/description`

## Path parameters

- `tenant_name` unknown, required

## Query parameters

- `destination` union, required
  - string, ipv4network
  - string, ipv6network
- `gateway_ip_address` union
  - string, ipv4
  - string, ipv6
- `gateway_interface` string, nullable

## Request body

- NBUpdateDescriptionRequest
  - `description` string, required

## Response `200`

Successful Response

- NBRequestResponse
  - `id` string, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `status` 'received' | 'in_progress' | 'success' | 'failed' | 'cancelled', required
  - `extra_details` object, nullable

## Other responses

- `422` — Validation Error

---

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