tuix-mcp-host-client 0.0.86 → 0.0.87
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 -0
- package/package.json +1 -1
package/docs/ClientApi.md
CHANGED
|
@@ -380,6 +380,7 @@ No authorization required
|
|
|
380
380
|
| **201** | Create an account and returns the created account | - |
|
|
381
381
|
| **400** | Return an error if there is a missing or invalid field | - |
|
|
382
382
|
| **401** | Return an error if the user is not authenticated | - |
|
|
383
|
+
| **402** | Return an error if the trial access has expired | - |
|
|
383
384
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
384
385
|
| **500** | Return an error if the server finds an error | - |
|
|
385
386
|
|