Swagger: Fix sync issue with enterprise (#97696)

* Swagger: Fix sync issue with enterprise

* Update swagger guidelines for enterprise endpoints
This commit is contained in:
Sofia Papagiannaki
2024-12-09 21:21:22 +02:00
committed by GitHub
parent b00774f45f
commit d1027bf7b1
4 changed files with 125 additions and 8 deletions
+2
View File
@@ -12,6 +12,8 @@ Developers modifying the HTTP API endpoints need to make sure to add the necessa
The following route defines a `PATCH` endpoint under the `/serviceaccounts/{serviceAccountId}` path with tag `service_accounts` (used for grouping together several routes) and operation ID `updateServiceAccount` (used for uniquely identifying routes and associate parameters and response with them).
> For enterprise endpoints make sure you add the `enterprise` tag as well.
```go
// swagger:route PATCH /serviceaccounts/{serviceAccountId} service_accounts updateServiceAccount