Add Visibility Bindings
Add Access Entitlements
post/api/v1/catalogs/{catalog_id}/visibility_bindings
Add visibility bindings (access entitlements) to a catalog.
Path Parameters
catalog_idstring
The Id of the request catalog to add access entitlements to. This is a URL value.
Body Parameters
accessEntitlementsarray of idstringappIdstringAppEntitlementRef
List of entitlements to add to the request catalog as access entitlements.
Request example cURL
curl https://{tenantDomain}.conductor.one/api/v1/catalogs/$CATALOG_ID/visibility_bindings \
-H 'Content-Type: application/json' \
-H "Authorization: Bearer $CONDUCTORONE_SDK_API_KEY" \
-d '{
"accessEntitlements": [
{}
]
}'200 Example
{}