Skip to main content

Create Base Configurations

POST 

/config/data-space/base-configurations

Creates Base Configurations related to a Data Marketplace.

Request

Body

    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

Responses

Data Marketplace Base Configurations created

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...