Create Language Localization Status
POST {{apiPath}}/environments/{{envID}}/languages/{{languageID}}/status
The sample shows the POST /environments/{{envID}}/languages/{{languageID}}/status
operation to create a new language localization status resource associated with the language specified by its ID in the request URL.
Prerequisites
- Create a language to get a
{{languageID}}
for the endpoint. For more information, see Languages, specifically Language Localization Status.
Prerequisites
- See Language Management for important overview information.
Property | Type | Required? |
---|---|---|
service | String | Required |
See the Language localization status data model for full property descriptions.
Request Body
{"service"=>"Service_Name2", "localizationComplete"=>true, "statusDetails"=>"Status details here"}
RESPONSES
status: Created
{"_links":{"self":{"href":"https://api.pingone.com/v1/environments/abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6/languages/92734b7f-47f2-49d3-991e-94ffb83f6610/status/6e64acf5-d6d4-4979-8afc-d3f40c964d87"}},"id":"6e64acf5-d6d4-4979-8afc-d3f40c964d87","environment":{"id":"abfba8f6-49eb-49f5-a5d9-80ad5c98f9f6"},"localeId":"92734b7f-47f2-49d3-991e-94ffb83f6610","service":"Service_Name2","localizationComplete":true,"statusDetails":"Status details here","createdAt":"2020-12-10T16:30:08.849Z","updatedAt":"2020-12-10T16:30:08.849Z"}