Skip to main content

Update Base Configurations

PUT 

/config/data-space/base-configurations

Updates Base Configurations related to a Data Marketplace.

Request

Body

    baseUrl stringrequired

    URL of the Data Marketplace's metadata

    clientId stringrequired

    Client ID of the Data Marketplace

    clientSecret stringrequired

    Client Secret of the Data Marketplace

Responses

Data Marketplace Base Configurations updated

Response Headers
  • Content-Type json

    Content-Type header

Schema
    baseConfigurations objectrequired
    id stringrequired

    ID

    baseUrl stringrequired

    URL of the Data Marketplace's metadata

    clientId stringrequired

    Client ID of the Data Marketplace

    clientSecret stringrequired

    Client Secret of the Data Marketplace

Loading...