Skip to content

Commit 506c0ae

Browse files
authored
Apply suggestion from @lennessyy
1 parent 9ab0402 commit 506c0ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/encyclopedia/data-conversion/codec-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ separately. If you need both, set up `NewPayloadHTTPHandler` for the Web UI and
103103
:::
104104

105105
- **`/download`** retrieves the actual payload data from external storage and decodes it through the Payload Codec. This
106-
endpoint is used internally by `/decode` when it encounters storage references, but you can also call it directly from
106+
endpoint is used internally by `/decode` when it encounters storage references, but you can also call it directly from the Web UI
107107
to retrieve the decoded payload. The Temporal Web UI uses this endpoint when you click to view the full payload for a
108108
storage reference.
109109
- **`/decode`** still decodes encoded payloads, but also handles storage references. By default, `/decode` uses the

0 commit comments

Comments
 (0)