Skip to main content

Update OAuth2.0 Client

PUT 

/config/data-space/oauth2-client/:clientId

Updates an OAuth2 Client for use with a Data Marketplace.

Request

Path Parameters

    clientId stringrequired

Body

    clientName stringrequired

    Client Name of the OAuth2 Client

    clientDescription string

    Client Description of the OAuth2 Client

Responses

Data Marketplace related OAuth2 Client updated

Response Headers
  • Content-Type json

    Content-Type header

Schema
    oauth2Client object
    clientId stringrequired

    ID of the OAuth2 Client

    clientSecret stringrequired

    Secret of the OAuth2 Client

    clientName stringrequired

    Name of the OAuth2 Client

    clientDescription string

    Description of the OAuth2 Client

    grantTypes stringrequired

    Grant Types allowed for the OAuth2 Client

    timestamp intrequired

    Timestamp of the OAuth2 Client creation or last modification

Loading...