Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public sealed partial class AgentJobStatus
public required global::System.Guid ProjectId { get; set; }

/// <summary>
/// URL to access the project in Descript web app<br/>
/// URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.<br/>
/// Example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </summary>
/// <example>https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb</example>
Expand Down Expand Up @@ -131,7 +131,7 @@ public sealed partial class AgentJobStatus
/// Example: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </param>
/// <param name="projectUrl">
/// URL to access the project in Descript web app<br/>
/// URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.<br/>
/// Example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </param>
/// <param name="jobType">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public sealed partial class ImportJobStatus
public required global::System.Guid ProjectId { get; set; }

/// <summary>
/// URL to access the project in Descript web app<br/>
/// URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.<br/>
/// Example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </summary>
/// <example>https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb</example>
Expand Down Expand Up @@ -129,7 +129,7 @@ public sealed partial class ImportJobStatus
/// Example: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </param>
/// <param name="projectUrl">
/// URL to access the project in Descript web app<br/>
/// URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.<br/>
/// Example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </param>
/// <param name="jobType">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public sealed partial class PublishJobStatus
public required global::System.Guid ProjectId { get; set; }

/// <summary>
/// URL to access the project in Descript web app<br/>
/// URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.<br/>
/// Example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </summary>
/// <example>https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb</example>
Expand Down Expand Up @@ -129,7 +129,7 @@ public sealed partial class PublishJobStatus
/// Example: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </param>
/// <param name="projectUrl">
/// URL to access the project in Descript web app<br/>
/// URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.<br/>
/// Example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
/// </param>
/// <param name="jobType">
Expand Down
12 changes: 6 additions & 6 deletions src/libs/Descript/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ paths:
stopped_at: '2025-11-18T10:35:00Z'
drive_id: c9c5c47e-158a-49f7-846b-4f6ee2a229a2
project_id: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
project_url: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
project_url: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb/0171c
result:
status: success
media_status:
Expand All @@ -1519,7 +1519,7 @@ paths:
stopped_at: '2025-11-18T10:35:00Z'
drive_id: c9c5c47e-158a-49f7-846b-4f6ee2a229a2
project_id: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
project_url: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
project_url: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb/0171c
result:
status: partial
media_status:
Expand Down Expand Up @@ -1586,7 +1586,7 @@ paths:
stopped_at: '2025-11-18T10:35:00Z'
drive_id: c9c5c47e-158a-49f7-846b-4f6ee2a229a2
project_id: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
project_url: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
project_url: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb/39677
result:
status: success
composition_id: 39677a40-1c43-4c36-8449-46cfbc4de2b5
Expand Down Expand Up @@ -2654,7 +2654,7 @@ components:
project_url:
type: string
format: uri
description: URL to access the project in Descript web app
description: URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.
example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
progress:
type: object
Expand Down Expand Up @@ -2812,7 +2812,7 @@ components:
project_url:
type: string
format: uri
description: URL to access the project in Descript web app
description: URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.
example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
progress:
type: object
Expand Down Expand Up @@ -2950,7 +2950,7 @@ components:
project_url:
type: string
format: uri
description: URL to access the project in Descript web app
description: URL to access the project in Descript web app. When a composition ID is available in the result, the URL includes a composition short ID suffix.
example: https://web.descript.com/9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
progress:
type: object
Expand Down