v13.80.0
3 days ago by Evangelos Kerasidis
โ๏ธ Modifications |๐ Documentation Updates
โ๏ธ Modifications
New error codes have been added in the PUT /registration/setpassword and POST /registration/no-gateway endpoints, to provide informative errors in case the users provide new passwords that do not comply with the password policy. The new error codes are:
Error Code | Description |
---|---|
295 | Password is too short. |
296 | Password is too long. |
297 | Password must include at least one lowercase letter. |
298 | Password must include at least one uppercase letter. |
299 | Password must include at least one special character. |
300 | Password contains forbidden characters. |
301 | Password must include at least one number. |
Please consult our comprehensive API guide that describes these changes in more detail.
๐ Documentation Updates
Endpoint response examples were updated, to ensure consistency with the API schema, as described below:
- GET /disaggregation/year/{year}/week/{week}
- Updated the 200 - Get weekly disaggregation data example. The categories shown in the example start with lowercase, to align with the actual endpointโs response format. e.g.:
"categories": { "alwaysOn": {... } }
- Updated the 200 - Get weekly disaggregation data example. The categories shown in the example start with lowercase, to align with the actual endpointโs response format. e.g.:
- GET /recommendations/weekly , GET /recommendations/monthly
- Updated the key name of the potential saving costs field in the examples from
potentialSavingsKWh
topotentialSavingsCost
to align with the endpoint's schema.
- Updated the key name of the potential saving costs field in the examples from