v13.80.0

โœ๏ธ 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 CodeDescription
295Password is too short.
296Password is too long.
297Password must include at least one lowercase letter.
298Password must include at least one uppercase letter.
299Password must include at least one special character.
300Password contains forbidden characters.
301Password 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: