APIs endpoints for managing locales and localized fields. Locales determine the language used when rendering Identity Cloud screens.
Endpoint | Methods |
---|---|
List Your Locales/config/{appId}/flows/{flow}/localesView the locales defined in a flow. Locales represent a specific language, region, and collection of locale variant preferences. |
|
List Your Localized Fields/config/{appId}/flows/{flow}/locales/{locale}/fieldsReturns information about the fields associated with a locale. |
|
Create a Localized Field/config/{appId}/flows/{flow}/locales/{locale}/fieldsAdds a field to a localized version of a flow. |
|
View a Localized Field/config/{appId}/flows/{flow}/locales/{locale}/fields/{field}Returns a field from the specified locale. |
|
Modify a Localized Field/config/{appId}/flows/{flow}/locales/{locale}/fields/{field}Updates/replaces a localized field in a flow. |
|