updateComponentInstance

put

/ccadmin/v1/componentInstances/{id}

Update Component Instance by ID.

Request

Supported Media Types
Path Parameters
Body ()
Request body for updateComponentInstance endpoint.
Root Schema : putComponentInstance_request
Type: object
Show Source
Nested Schema : widgetConfig
Type: object
This refers to configuration for a widget instance.
Show Source
  • Default Value: ProductImageViewerDisplayName
    Display name for component instance.
  • Default Value: ProductImageViewerName
    Actual name for this component instance. Can be different to Display Name, but best kept the same.
  • Default Value: My favourite instance of the ProductImageViewer component!
    Notes for this component instance.
Back to Top

Response

Supported Media Types

200 Response

Response received after updating a component instance successfully.
Body ()
Root Schema : putComponentInstance_okResponse
Type: object
Show Source
Nested Schema : component
Type: object
The associated component.
Show Source
Nested Schema : configuration
Type: object
Details of any configuration for this component instance.
Show Source

404 Response

The error response returned when ID value is not recognised.
Body ()
Root Schema : putComponentInstance_doesNotExistResponse
Type: object
Show Source
Back to Top