Create or update a resource bundle in a specific projectAsk AIput https://developers.bloomreach.io/management/content/v1/project/{project_id}/resourcebundles/{resource_bundle_path}Create or update a resource bundle in a specific projectPath Paramsproject_idstringrequiredspecifies the project content is added toresource_bundle_pathstringrequiredPath of a resource bundle. This is the absolute path to the resource bundle, including the resource bundle nameBody Paramsnamestringrequiredidentifying 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.displayNamestringrequiredname of this resource bundle. Used in labels in the CMS UIidstringrequiredid of the resource bundle which is expected to be unique in content application. The resource bundle is assigned with this unique id.pathstringrequiredabsolute path of this resource bundle in the content repositorykeysarray of objectsrequiredkeys of the resource bundle. The messages in a resource bundle are fetched by key values.keys*ADD objectvalueSetsarray of objectsrequiredvalue sets of the resource bundle. Typically, a value set represents all values for a specific locale inside the resource bundle.valueSets*ADD objectsystemstringHeadersX-Resource-VersionstringResource'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 resourceResponses 200OK 201Created 403ForbiddenUpdated 10 days ago