---
title: "Update Service Information"
method: POST
path: "/service"
tags: ["Service"]
---

# Update Service Information

`POST /service`

Update the service info.

## Request body

- Servicepost — Post update to the service info
  - `name` string — The service instance name
  - `description` string — The service instance description

## Response `200`

Success. The service info has been updated.

## Other responses

- `400` — Bad request. Invalid service JSON.
- `403` — Forbidden. You do not have permission to modify this resource.

## Changes

- **2025-10-06** `0eeba8c316ce` — 1 info
  - added the non-success response with the status `403`
- **2025-04-24** `b01aaf8cffe2` — 1 info
  - removed the non-success response with the status `403`

[Change history](https://skmtc.dev/aws-samples/apis/time-addressable-media-store/changes/service/post.md)

---

[API](https://skmtc.dev/aws-samples/apis/time-addressable-media-store.md) · [All operations](https://skmtc.dev/aws-samples/apis/time-addressable-media-store/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/time-addressable-media-store/revisions/eb3977b33601/schema)
