Microsoft.App.DynamicSessions (preview:2024-10-02)

2025/03/19 • 1 updated methods

SessionResourceFiles_GetContent (updated)
Description Get the content of the file.
Reference Link ¶

⚶ Changes

{
  "#id": "SessionResourceFiles_GetContent",
  "$responses": {
    "200": {
      "Type": {
        "new": "file",
        "old": "string"
      }
    }
  }
}

⚼ Request

GET:  /files/{name}/content
{
api-version: string ,
name: string ,
identifier: string ,
path: string ,
}

⚐ Response (200)

{
$schema: file ,
}

⚐ Response (default)

{
$headers:
{
x-ms-error-code: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
innererror:
{
code: string ,
innererror: string ,
}
,
}
,
}
,
}