PATCH api/v2/OAuth2ProviderTranslations
Request
URI Parameters
Body Parameters
OAuth2ProviderTranslationPatch| Name | Description | Type | Additional information |
|---|---|---|---|
| OAuth2ProviderId | integer |
Required |
|
| LanguageId | integer |
Required |
|
| Identification | string |
Request Formats
application/json, text/json
Sample:
{
"OAuth2ProviderId": 1,
"LanguageId": 2,
"Identification": "sample string 3"
}
text/html
Sample:
{"OAuth2ProviderId":1,"LanguageId":2,"Identification":"sample string 3"}
Response
OAuth2ProviderTranslationDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EditionUserId | integer | ||
| EditionDateTime | date | ||
| Id | integer | ||
| OAuth2ProviderId | integer | ||
| LanguageId | integer | ||
| Identification | string |
Response Format
application/json, text/json
Sample:
{
"Identification": "sample string 4",
"Id": 1,
"OAuth2ProviderId": 2,
"LanguageId": 3,
"EditionUserId": 1,
"EditionDateTime": "2026-02-02T21:08:36.5318332Z"
}
text/html
Sample:
{"Identification":"sample string 4","Id":1,"OAuth2ProviderId":2,"LanguageId":3,"EditionUserId":1,"EditionDateTime":"2026-02-02T21:08:36.5318332Z"}