JalalLinuX
JalalLinuX
- [x] POST [/api/v1/{deviceToken}/attributes](http://localhost:9090/swagger-ui/#/device-api-controller/postDeviceAttributesUsingPOST) Post attributes (postDeviceAttributes) - [x] GET [/api/v1/{deviceToken}/attributes{?clientKeys,sharedKeys}](http://localhost:9090/swagger-ui/#/device-api-controller/getDeviceAttributesUsingGET) Get attributes (getDeviceAttributes) - [ ] GET [/api/v1/{deviceToken}/attributes/updates{?timeout}](http://localhost:9090/swagger-ui/#/device-api-controller/subscribeToAttributesUsingGET) Subscribe to attribute updates (subscribeToAttributes) (Deprecated) - [ ] POST [/api/v1/{deviceToken}/claim](http://localhost:9090/swagger-ui/#/device-api-controller/claimDeviceUsingPOST)...
- [x] GET [/api/customer/{customerId}/users{?page,pageSize,sortOrder,sortProperty,textSearch}](http://localhost:9090/swagger-ui/#/user-controller/getCustomerUsersUsingGET) Get Customer Users (getCustomerUsers) - [x] GET [/api/tenant/{tenantId}/users{?page,pageSize,sortOrder,sortProperty,textSearch}](http://localhost:9090/swagger-ui/#/user-controller/getTenantAdminsUsingGET) Get Tenant Users (getTenantAdmins) - [x] POST [/api/user{?sendActivationMail}](http://localhost:9090/swagger-ui/#/user-controller/saveUserUsingPOST) Save Or update User (saveUser) - [x] GET [/api/user/{userId}](http://localhost:9090/swagger-ui/#/user-controller/getUserByIdUsingGET) Get...
- [x] POST [/api/auth/login](http://localhost:9090/swagger-ui/#/login-endpoint/loginPost) Login method to get user JWT token data - [x] POST [/api/auth/changePassword](http://localhost:9090/swagger-ui/#/auth-controller/changePasswordUsingPOST) Change password for current User (changePassword) - [ ] POST [/api/auth/logout](http://localhost:9090/swagger-ui/#/auth-controller/logoutUsingPOST) Logout (logout) -...
- Laravel CRM Version: 9.19 - PHP Version: 8.2 ### Description: command `php artisan optimize:clear` work fine but `php artisan optimize:clear` has error ``` INFO Caching the framework bootstrap files....