domain-localizations
Operations addressed under /domain-localizations — 5 operations.
get-domain-localization-list
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as IEnumerable<LocalizationDto>.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
query Parameters
daprAppIdorderByorderSortpageIndexpageSizeget-domain-localization-list › Responses
Success. Returns a collection of records. Of 135 operations in this state that were probed (measured against a reference deployment on parameterless GET routes only), 118 answered and 118 returned a bare JSON array.
Array of catalog-declared response records.
codecontextidtypecreate-domain-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as AuraCommandDto.
| Field | Declared type | Nullable |
|---|---|---|
Id | Guid | no |
Member names are the service's declaration names.
create-domain-localization › Request Body
codedaprAppIdtypecreate-domain-localization › Responses
Success. An exact, uniquely bound route registration classifies this response as a single-record.
get-domain-localization-by-id
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
Response body, read from the service source
The route declares its response as LocalizationDto.
| Field | Declared type | Nullable |
|---|---|---|
Code | string | no |
Type | string | no |
Context | string | no |
Translations | IEnumerable<LocalizationTranslationDto> (collection) | no |
Member names are the service's declaration names.
path Parameters
idquery Parameters
daprAppIdget-domain-localization-by-id › Responses
Success. The catalog declares this returns a single record. Of 25 operations in this state with a probeable route, 8 answered and 6 returned a single record — the other two returned a collection and a bare boolean.
codecontextidtypeupdate-domain-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idupdate-domain-localization › Request Body
codedaprAppIdtypeupdate-domain-localization › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.
delete-domain-localization
Add Authorization: Bearer <token> yourself — generated samples and Try it do not attach a credential.
path Parameters
idquery Parameters
daprAppIddelete-domain-localization › Responses
Success. The catalog declares no response fields for this operation. The body is UNKNOWN CONTENT. The response type this route registers was read from the service's own source and is published on this operation as x-aura-code-response.