Create or update a resource bundle in a specific project

Create or update a resource bundle in a specific project

Path Params
string
required

specifies the project content is added to

string
required

Path of a resource bundle. This is the absolute path to the resource bundle, including the resource bundle name

Body Params
string
required

identifying name of this resource bundle. Only valid characters are lowercase alphanumeric, dash, dot, and underscore. This value appears in URLs. The value must alsomatch the document name(last part of the path) in the document path.

string
required

name of this resource bundle. Used in labels in the CMS UI

string
required

id of the resource bundle which is expected to be unique in content application. The resource bundle is assigned with this unique id.

string
required

absolute path of this resource bundle in the content repository

keys
array of objects
required

keys of the resource bundle. The messages in a resource bundle are fetched by key values.

keys*
valueSets
array of objects
required

value sets of the resource bundle. Typically, a value set represents all values for a specific locale inside the resource bundle.

valueSets*
string
Headers
string

Resource's version, as obtained when GETting the resource. The first time a resource is created, a empty value is expected (omit the header). Must be used in any subsequent update requests of this resource

Responses

403

Forbidden

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json

© Bloomreach, Inc. All rights reserved.