Skip to content

Commit 998f8a9

Browse files
committed
Auto-updates from Stainless
1 parent 488438f commit 998f8a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

public/openapi.documented.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,8 @@
38443844
"parameters": [
38453845
{
38463846
"schema": {
3847-
"type": "string"
3847+
"type": "string",
3848+
"format": "uuid"
38483849
},
38493850
"in": "path",
38503851
"name": "file_id",
@@ -3867,7 +3868,7 @@
38673868
"x-codeSamples": [
38683869
{
38693870
"lang": "JavaScript",
3870-
"source": "import ValTown from '@valtown/sdk';\n\nconst client = new ValTown();\n\nconst file = await client.files.retrieve('file_id');\n\nconsole.log(file.id);"
3871+
"source": "import ValTown from '@valtown/sdk';\n\nconst client = new ValTown();\n\nconst file = await client.files.retrieve('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');\n\nconsole.log(file.id);"
38713872
}
38723873
]
38733874
}

0 commit comments

Comments
 (0)