Azure Kubernetes Service
- PATCH
- /workspaces
- /:workspace
- /targets
- /:target_id
Update Azure Kubernetes Service target configuration
Request example
curl -X PATCH "https://api.buddy.works/workspaces/:workspace/targets/:target_id" \
-H "Authorization: Bearer <YOUR-TOKEN>" \
-H "Content-Type: application/json" \
-d '{
"type": "AKS",
"identifier": "aks-development",
"name": "AKS Development Cluster",
"integration": "azure-integration",
"cluster": "dev-cluster",
"region": "eastus",
"subscription": "12345678-1234-1234-1234-123456789012",
"resource_group": "dev-resource-group",
"tags": [
"kubernetes",
"azure",
"development"
]
}'STATUS200 OK