Domain name for API request: tokenhub.intl.tencentcloudapi.com.
Batch modify terminology entries.
This API is used to batch modify terminology entries in a designated Termbase. You can modify up to 200 entries at a time.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: ModifyGlossaryEntries. |
| Version | Yes | String | Common Params. The value used for this API: 2026-03-22. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| GlossaryId | Yes | String | Termbase ID. Obtain through the API DescribeGlossaries. |
| Entries.N | Yes | Array of ModifyGlossaryEntryInput | Terminology entry list. At a time 200. |
| Parameter Name | Type | Description |
|---|---|---|
| Entries | Array of GlossaryEntryItem | Terminology entry list after modification. |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tokenhub.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyGlossaryEntries
<Common request parameters>
{
"GlossaryId": "c5a3fa588af94ddaa50ca896ae6392e5",
"Entries": [
{
"EntryId": "bfbc15bbefa2dfcec068372c774ef45c",
"SourceTerm": "Cloud server-modified"
"TargetTerm": "Cloud Server-new"
}
]
}
{
"Response": {
"Entries": [
{
"EntryId": "bfbc15bbefa2dfcec068372c774ef45c",
"SourceTerm": "Cloud server - modified",
"TargetTerm": "Cloud Server-new",
"UpdatedAt": 1780024696
}
],
"RequestId": "1ed04a04-e786-43eb-a7c4-4b14ea4abd1d"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError.InternalError | InternalError.InternalError |
| InvalidParameter.InvalidParameter | InvalidParameter.InvalidParameter |
| InvalidParameterValue.InvalidParameterValue | InvalidParameterValue.InvalidParameterValue |
| MissingParameter.MissingParameter | MissingParameter.MissingParameter |
| ResourceNotFound.GlossaryNotFound | ResourceNotFound.GlossaryNotFound |
| UnauthorizedOperation.UnauthorizedOperation | UnauthorizedOperation.UnauthorizedOperation |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários