v3

latestSwagger 2.0Copyright (c) Microsoft. All rights reserved.2026-07-13122351.6 KB
VideoTranslation

Creates an iteration.

put/translations/{translationId}/iterations/{iterationId}

Path parameters

translationIdstring required

Translation resource ID.

iterationIdstring required

Iteration ID

Query parameters

api-versionstring required

The API version to use for this operation.

Headers

Operation-Idstring required

Operation ID.

Request body

idstring required

Resource ID

descriptionstring

Iteration description

status'NotStarted' | 'Running' | 'Succeeded' | 'Failed' | 'Canceled'

Task status.

failureReasonstring

Iteration failure reason

createdDateTimestring date-time

The timestamp when the object was created. The timestamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).

lastActionDateTimestring date-time

The timestamp when the current status was entered. The timestamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).

Response

The request has succeeded.

idstring required

Resource ID

descriptionstring

Iteration description

status'NotStarted' | 'Running' | 'Succeeded' | 'Failed' | 'Canceled'

Task status.

failureReasonstring

Iteration failure reason

createdDateTimestring date-time

The timestamp when the object was created. The timestamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).

lastActionDateTimestring date-time

The timestamp when the current status was entered. The timestamp is encoded as ISO 8601 date and time format ("YYYY-MM-DDThh:mm:ssZ", see https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations).