PUT api/v2/PriorityTranslations/{id}
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PriorityTranslationUpdate| Name | Description | Type | Additional information |
|---|---|---|---|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"Identification": "sample string 1"
}
text/html
Sample:
{"Identification":"sample string 1"}
Response
PriorityTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| PriorityId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"PriorityId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:09:08.9770746Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"PriorityId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:09:08.9770746Z"}