Update a catalog name

Definition

Authorization

In this API call you must use the following authorization access and permissions:

Available access typePermissions needed
Private accessCatalogs > Update catalog

Read more about:

Path parameters

ParameterTypeDescriptionRequired
projectTokenstringThe ID of your project.Required
catalogIdstringThe ID of the desired existing catalog.Required

Body Parameters

ParameterTypeDescriptionRequired
namestringNew name for the catalog.Required
fieldsarray of objectsExisting list of columns and definitions of the catalog. These fields have to match the existing fields in the catalog. (see the Create a catalog method for details)Required

Header

ParameterTypeDescriptionRequired
authorizationstringUsed for authentication. Read more in the Authentication section.Required
content-typestringapplication/jsonRequired

Limitations

You must use the same definition of fields as when you created the catalog. Fields cannot be updated by this method. Only the name can be updated.

Path Params
string
required
Defaults to 12345678-1234-1234-1234-123456789abc
string
required
Defaults to 60758e2d18883e1048b817a8
Body Params
string
required
Defaults to new catalog name
fields
array of objects
required
fields*
Headers
string
required
Defaults to Basic <APIKeyID/APISecret>
Responses

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

© Bloomreach, Inc. All rights reserved.