Files
2025-10-30 18:58:05 +01:00

21 lines
379 B
Plaintext

---
title: "Create Provider Group"
api: "POST /api/v1/provider-groups"
description: "Create a new provider group."
---
Create a group to organize multiple providers together.
## Request Body
\`\`\`json
{
"data": {
"type": "provider-groups",
"attributes": {
"name": "Production Providers",
"description": "All production cloud accounts"
}
}
}
\`\`\`