Destination Types
Update destination type
Update a specific destination type by service name. You must be an owner of the destination type and it must not be published in order to update. If you wish to update a published destination type please reach out to Census Support.
PATCH
/
connectors
/
{service_name}
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
service_name
string
requiredName of the destination type to update
Body
application/json
connector
object
requiredResponse
200 - application/json
status
enum<string>
Outcome of the operation.
Available options:
success
, updated
, created
, not_found
, error
data
object
Was this page helpful?