---
title: "Finalize Room Note"
method: PUT
path: "/v1/rooms/{room_sid}/note/~finalize"
tags: ["rooms"]
---

# Finalize Room Note

`PUT /v1/rooms/{room_sid}/note/~finalize`

Finalize the note for the specified Room

## Path parameters

- `room_sid` string, required

## Request body

- StreemApiFinalizeRoomNoteRequest

## Response `default`

default response

- StreemApiFinalizeRoomNoteResponse
  - `note` StreemApiNote
    - `sid` string
    - `created_by_user_sid` string
    - `created_at` string, date-time
    - `scope` 'SCOPE_ROOM' | 'SCOPE_STREEMSHOT' | 'SCOPE_INVALID'
    - `scope_sid` string
    - `last_updated_by_user_sid` string
    - `last_updated_at` string, date-time
    - `text` string
    - `deleted_at` string, date-time
    - `is_finalizable` boolean
    - `finalized_at` string, date-time
    - `revision_number` integer

---

[API](https://skmtc.net/streem/apis/streem-api.md) · [All operations](https://skmtc.net/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streem/streem-api/versions/04250faebd19/schema)
