You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The API routes had the wrong capitalization and were missing prefixes. In the case of the health check route, it was completely wrong.
Remove an un-needed chart on the reference index page since the architecture pages have the expected content.
Correct some wording.
|**Updates (channels & rings)**| Resolve version and retrieve update package |`GET` (and streaming) | See Swagger (“Updates”) |
53
53
54
54
\* For the complete, authoritative list (parameters, schemas, and responses), use the live reference at **[specs.shilab.com](https://specs.shilab.com)**.
The API uses standard HTTP status codes with JSON error payloads.
65
+
The API uses standard HTTP status codes with JSON error payloads. Please see [MDN - Status Codes](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status) for more details on specific codes and how they should be interpreted.
66
66
67
-
| Code | Meaning |
68
-
|---|---|
69
-
|`200–299`| Success |
70
-
|`400`| Validation or malformed request |
71
-
|`401`| Missing/invalid token |
72
-
|`403`| Authenticated but not authorized |
73
-
|`404`| Resource not found |
74
-
|`409`| Conflict (e.g., invalid state for requested change) |
75
-
|`5xx`| Service error |
76
-
77
-
> The response body typically includes an explanatory message; consult Swagger for exact schemas.
78
-
79
-
## Visual map
80
-
81
-
```mermaid
82
-
flowchart LR
83
-
C[Client app or script] --> API[Data Gateway API]
84
-
85
-
API --> H[Health]
86
-
API --> T[Tenants]
87
-
API --> G[LicenseGPT]
88
-
API --> U[Updates]
89
-
90
-
API -. data access via API only .- DS[Data stores]
91
-
92
-
DS --> SQL[Azure SQL Database]
93
-
DS --> BLOB[Azure Blob Storage]
94
-
DS --> ATAB[Azure Table Storage]
95
-
```
67
+
!!! note
68
+
The response body typically includes an explanatory message; consult Swagger for exact schemas.
0 commit comments