tuix-projects-service-client 0.0.4 → 0.0.5
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 +2 -0
- package/package.json +1 -1
package/docs/ClientApi.md
CHANGED
|
@@ -3741,9 +3741,11 @@ example().catch(console.error);
|
|
|
3741
3741
|
| Status code | Description | Response headers |
|
|
3742
3742
|
|-------------|-------------|------------------|
|
|
3743
3743
|
| **200** | Return user project report | - |
|
|
3744
|
+
| **400** | Return an error if provided ID is not a valid UUID | - |
|
|
3744
3745
|
| **401** | Return an error if the user is not authorized | - |
|
|
3745
3746
|
| **402** | Return an error if payment is required | - |
|
|
3746
3747
|
| **403** | Return an error if the user does not have the required permissions | - |
|
|
3748
|
+
| **404** | Return an error if the user is not found | - |
|
|
3747
3749
|
| **500** | Return an error if the server finds an error | - |
|
|
3748
3750
|
|
|
3749
3751
|
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|