diff --git a/openapi.yaml b/openapi.yaml index 40eda8dfe..800cd3d72 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -13373,6 +13373,8 @@ components: * Lower-case letters * Digits * Punctuation + * Must meet a password strength score requirement that is calculated internally by the API. + If the strength requirement is not met, you will receive a `Password does not meet strength requirement` error. minLength: 6 maxLength: 128 pattern: ^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9]))|((?=.*[a-z])(?=.*[!"#$%&'()*+,-.\/:;<=>?@\[\]^_`{|}~\\]))|((?=.*[A-Z])(?=.*[!"#$%&'()*+,-.\/:;<=>?@\[\]^_`{|}~\\]))|((?=.*[0-9])(?=.*[!"#$%&'()*+,-.\/:;<=>?@\[\]^_`{|}~\\])))