Add metadata to 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 POST "https://loading/metadata/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "channel-owner": "Third Party", "confidence": "Semi Confident", "help-center": "http://help.center", "internal-documentation": "http://docs.internal", "notes": "some notes" }'{
"message": "Successfully added metadata for connector.",
"resource": "connector-metadata",
"data": {
"uuid": "a6803c2b-db81-4ca4-b1b1-6d9f8813fd0b",
"channel-owner": "Third Party",
"confidence": "Semi Confident",
"help-center": "http://help.center",
"internal-documentation": "http://docs.internal",
"notes": "some notes",
"last-reviewed-at": null,
"last-updated-by": "019e6e74-fd4f-76be-801e-4019bd366ed9",
"created-at": "2026-05-28T14:00:21+02:00",
"updated-at": "2026-05-28T14:00:21+02:00",
"connector": {
"id": "019e6e74-fd51-7659-8329-ea95b495c303",
"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?