---
title: "Set service line nickname"
method: PUT
path: "/public/v2/service-lines/{serviceLineNumber}/nickname"
tags: ["Service Lines"]
---

# Set service line nickname

`PUT /public/v2/service-lines/{serviceLineNumber}/nickname`

Required permission: Service plan, Edit.

## Path parameters

- `serviceLineNumber` string, required

## Request body

- ServiceLineUpdateNicknameRequest
  - `nickname` string, required — New nickname for the existing service line.

## Response `200`

Successfully updated service line nickname

- ServiceResponse
  - `errors` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `warnings` ValidationResult[], nullable
    - `memberNames` string[], nullable
    - `errorMessage` string, nullable
  - `information` string[], nullable
  - `isValid` boolean

## Other responses

- `400` — Bad request. Invalid or missing parameter
- `401` — Unauthorized
- `403` — Missing required permission for this endpoint or resource
- `422` — Failed to update service line nickname

---

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