Skip to content

Commit 3506d3f

Browse files
committed
address pr
1 parent da0d4c7 commit 3506d3f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/ai-services/translator/text-translation/preview/transliterate-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ Request parameters passed on the query string are:
3131
| Query parameter | Description |
3232
| --- | --- |
3333
| api-version | *Required parameter*.<br/>Version of the API requested by the client. Value must be `3.0`. |
34-
| language | *Required parameter*.<br/>Specifies the language of the text to convert from one script to another. Possible languages are listed in the `transliteration` scope obtained by querying the service for its [supported languages](languages.md). |
35-
| fromScript | *Required parameter*.<br/>Specifies the script used by the input text. Look up [supported languages](languages.md) using the `transliteration` scope, to find input scripts available for the selected language. |
36-
| toScript | *Required parameter*.<br/>Specifies the output script. Look up [supported languages](languages.md) using the `transliteration` scope, to find output scripts available for the selected combination of input language and input script. |
34+
| language | *Required parameter*.<br/>Specifies the language of the text to convert from one script to another. Possible languages are listed in the `transliteration` scope obtained by querying the service for its [supported languages](get-languages.md). |
35+
| fromScript | *Required parameter*.<br/>Specifies the script used by the input text. Look up [supported languages](get-languages.md) using the `transliteration` scope, to find input scripts available for the selected language. |
36+
| toScript | *Required parameter*.<br/>Specifies the output script. Look up [supported languages](get-languages.md) using the `transliteration` scope, to find output scripts available for the selected combination of input language and input script. |
3737

3838
## Request headers
3939

4040
| Headers | Description |
4141
| --- | --- |
42-
| Authentication headers | _Required request header_.<br/>See [available options for authentication](../authentication.md). |
42+
| Authentication headers | _Required request header_.<br/>See [available options for authentication](../../../authentication.md). |
4343
| Content-Type | _Required request header_.<br/>Specifies the content type of the payload. Possible values are: `application/json` |
4444
| Content-Length | _Optional_.<br/>The length of the request body. |
4545
| X-ClientTraceId | _Optional_.<br/>A client-generated GUID to uniquely identify the request. You can omit this header if you include the trace ID in the query string using a query parameter named `ClientTraceId`. |
@@ -98,7 +98,7 @@ The following are the possible HTTP status codes that a request returns.
9898
| 500 | An unexpected error occurred. If the error persists, report it with: date and time of the failure, request identifier from response header `X-RequestId`, and client identifier from request header `X-ClientTraceId`. |
9999
| 503 | Server temporarily unavailable. Retry the request. If the error persists, report it with: date and time of the failure, request identifier from response header `X-RequestId`, and client identifier from request header `X-ClientTraceId`. |
100100

101-
If an error occurs, the request also returns a JSON error response. The error code is a 6-digit number combining the 3-digit HTTP status code followed by a 3-digit number to further categorize the error. Common error codes can be found on the [v3 Translator reference page](../status-response-codes.md).
101+
If an error occurs, the request also returns a JSON error response. The error code is a 6-digit number combining the 3-digit HTTP status code followed by a 3-digit number to further categorize the error. Common error codes can be found on the [Status code reference page](../reference/status-response-codes.md).
102102

103103
## Examples
104104

0 commit comments

Comments
 (0)