Validate channels assigned to the Connector.
Sign in to run requests against the CDE API.
Authorization
oAuth2AuthCode AuthorizationBearer <token>
In: header
Path Parameters
publicId*string
Format
uuidconnectorVersion*string
Major version number as an integer
- For 1.0.5 use
1 - For 2.5.6 use
2
You can also use latest for the latest version, or main for the currently main released version.
Match
^main|latest|\d+$Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://cde.staging.productsup.com/connectors/497f6eca-6276-4993-bfeb-53cbbbba6f08/versions/string/channels/validate"{
"message": "All channels are valid."
}{
"message": "Export channels are not valid.",
"errors": {
"channels": "You can not assign delta channels to export Connector: 98,99"
}
}{
"message": "You have to be authorized to access this resource."
}{
"message": "Access denied for user."
}{
"message": "Connector not found."
}How is this guide?
Update dev environment for connector version PUT
Update/assign dev account/project/site. If updating only account, it will have a project dedicated to the connector testing, within this project each site would host a version of the connector. *Note*: the account and project are preserved when generating a new version of a connector
Release publicly the connector POST
The connector would be available to all users.