Contains the operations for the Root resource.
Localization
Loading...
The Localization service provides the ways to get, add or localize the message bundles. With the GET request, the Localization service returns the localized message bundle corresponding to the requested locale.
Contains the operations for message bundles.
get
Internal-Use OnlyReturns a set of namespacesGet a set of namespaces
get
Internal-Use OnlyReturns a list of type summaries or message bundles as properties files or a ZIP file. Retrieves one of five resources by specifying the http header Accept and Accept-Item. Only the second item requires the http header Accept-Language and returns a set of all message bundles that belong to the namespace.Get a list of type summaries or message bundles
head
Internal-Use OnlyRetrieves the headers and check the availability of a namespaceCheck availability of a namespace
post
Internal-Use OnlyRetrieves multiple properties files in the http request and the API creates new message bundles or updates the existing message bundles. The properties files can be archived in a ZIP file. This API accepts the ZIP file. In the http request, the properties files or a ZIP file are written in the MIME multipart/form-data format RFC7578.Create or update message bundles
delete
Internal-Use OnlyDeletes all of the message bundles for the specified by the namespace. You can choose the message bundles with the filter= query parameter.