Skip to main content

Update a Data Source

PUT 

/v1/data-sources/:dataSourceId

Update a Data Source

Request

Path Parameters

    dataSourceId stringrequired

    The Data Source identifier to update.

Body

The request received from the client.

    dataSourceId stringrequired

    The Data Source identifier to update.

    name stringrequired

    The name of the Data Source.

    url stringrequired

    The URL of the Data Source.

Responses

OK

Schema

    dataSource

    object

    required

    A Data Source.

    dataSourceId stringrequired

    The Data Source identifier.

    name stringrequired

    The name of the Data Source.

    url stringrequired

    The URL of the Data Source.

    timestamp date-timerequired

    The date time at which the Data Source is updated.

Loading...