tuix-mcp-host-client 0.0.35 → 0.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/ClientApi.md +1 -1
- package/package.json +1 -1
package/docs/ClientApi.md
CHANGED
|
@@ -1094,7 +1094,7 @@ No authorization required
|
|
|
1094
1094
|
| Status code | Description | Response headers |
|
|
1095
1095
|
|-------------|-------------|------------------|
|
|
1096
1096
|
| **200** | Updates an application and return an updated application if the ID exists | - |
|
|
1097
|
-
| **400** | Return an error if provided
|
|
1097
|
+
| **400** | Return an error if provided RagApiKey is not a valid | - |
|
|
1098
1098
|
| **401** | Return an error if the user is not authenticated | - |
|
|
1099
1099
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
1100
1100
|
| **404** | Return an error if the application is not found | - |
|