# Partially update a catalog

Endpoint: PATCH /catalogs/{catalogID}
Version: 1.0.457.36910
Security: OAuth2

## Path parameters:

  - `catalogID` (string, required)
    ID of the catalog.

## Request fields (application/json):

  - `ID` (string)

  - `OwnerID` (string)
    ID of the organization that owns the catalog. Only the marketplace owner can override the OwnerID on create.

  - `Name` (string)

  - `Description` (string)

  - `Active` (boolean)
    Categories and products within to this catalog will not be visible to buyer users if false.

  - `xp` (object)
    Example: {}

## Response 200 fields (application/json):

  - `ID` (string)

  - `OwnerID` (string)
    ID of the organization that owns the catalog. Only the marketplace owner can override the OwnerID on create.

  - `Name` (string)

  - `Description` (string)

  - `Active` (boolean)
    Categories and products within to this catalog will not be visible to buyer users if false.

  - `CategoryCount` (integer)

  - `xp` (object)
    Example: {}

## Response 4XX fields (application/json):

  - `StatusCode` (integer)
    Example: "404"

  - `ErrorCode` (string)
    Example: "NotFoundError"

  - `Message` (string)
    Example: "Object not found"

  - `Data` (object)
    Example: {"ObjectType":"","ObjectID":""}


