Sync Service Catalog
Sync service catalog from ITSM provider. When called with tenant context (X-Tenant-ID header or JWT), syncs only that tenant. When called without tenant context (CronJob), iterates over all active tenants.
Sync service catalog from ITSM provider.
When called with tenant context (X-Tenant-ID header or JWT), syncs only that tenant. When called without tenant context (CronJob), iterates over all active tenants.
Response Body
application/json
curl -X POST "https://loading/api/sync/service-catalog"{
"provider": "string",
"results": {},
"status": "completed"
}