v1

latestOpenAPI 3.1.02026-07-2683111282.3 KB
Content Resource Bundle Operations

Create or update a resource bundle in a specific project

Create or update a resource bundle in a specific project

put/project/{project_id}/resourcebundles/{resource_bundle_path}

Path parameters

project_idstring required

specifies the project content is added to

resource_bundle_pathstring required

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

Headers

X-Resource-Versionstring

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

Request body

namestring 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.

displayNamestring required

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

idstring required

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

pathstring required

absolute path of this resource bundle in the content repository

Response

OK

namestring 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.

displayNamestring required

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

idstring required

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

pathstring required

absolute path of this resource bundle in the content repository