Update metadata for a connector.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
connectorUuid*string
Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PUT "https://loading/metadata/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "channel-owner": "Feature Team", "confidence": "Needs Checking", "help-center": "http://v2.help.center", "internal-documentation": "http://v2.docs.internal", "notes": "some updated notes" }'{
"message": "Successfully updated metadata for connector.",
"resource": "connector-metadata",
"data": {
"uuid": "019e6e75-07c7-78cb-90ee-541b2b405a87",
"channel-owner": "Feature Team",
"confidence": "Needs Checking",
"help-center": "http://v2.help.center",
"internal-documentation": "http://v2.docs.internal",
"notes": "some updated notes",
"last-reviewed-at": "2026-05-28T14:00:24+02:00",
"last-updated-by": "c03d4879-0e10-4b16-8090-d144e9fd6b7a",
"created-at": "2026-05-28T14:00:24+02:00",
"updated-at": "2026-05-28T14:00:24+02:00",
"connector": {
"id": "019e6e75-07b4-708e-bb4c-31df1ca9fd03",
"name": "Connector without metadata",
"type": "data-service"
}
}
}{
"message": "Bad request.",
"errors": {
"channel-owner": "Invalid channel owner provided. Valid options are: \"Feature Team\", \"DromundKaas Team\", \"Channel Team\", \"Third Party\", \"API Team\", \"WG3\"."
}
}How is this guide?