Skip to content

Commit f88f485

Browse files
committed
fix: change containerRunUrl back to containerUrl and replace links.containerRunUrl with run.containerUrl
1 parent d1d5b59 commit f88f485

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/actors/development/actor_definition/output_schema

1 file changed

+2
-2
lines changed

sources/platform/actors/development/actor_definition/output_schema/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The output schema defines the collections of keys and their properties. It allow
8585
| `links.apiRunUrl` | string | API run url in format `https://api.apify.com/v2/actor-runs/:runId` |
8686
| `links.apiDefaultDatasetUrl` | string | API url of default dataset in format `https://api.apify.com/v2/datasets/:defaultDatasetId` |
8787
| `links.apiDefaultKeyValueStoreUrl` | string | API url of default key-value store in format `https://api.apify.com/v2/key-value-stores/:defaultKeyValueStoreId` |
88-
| `links.containerRunUrl` | string | URL of a webserver running inside the run in format `https://<containerId>.runs.apify.net/` |
8988
| `run` | object | Contains information about the run same as it is returned from the `GET Run` API endpoint |
89+
| `run.containerUrl` | string | URL of a webserver running inside the run in format `https://<containerId>.runs.apify.net/` |
9090
| `run.defaultDatasetId` | string | ID of the default dataset |
9191
| `run.defaultKeyValueStoreId` | string | ID of the default key-value store |
9292

@@ -297,7 +297,7 @@ The conversation history is then stored in the dataset.
297297
"clientUrl": {
298298
"type": "string",
299299
"title": "Chat client",
300-
"template": "{{run.containerRunUrl}}"
300+
"template": "{{run.containerUrl}}"
301301
},
302302
"chatHistory": {
303303
"type": "string",

0 commit comments

Comments
 (0)