Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • phone_number_auth_limit - Check if in table person_authentication_methods  with type = OTP > N, then error 422, such a phone already exists more N times

  • third_person_limit - In table person_auth_methods with type = THIRD_PERSON > N, then error 422

  • third_person_term

  • person_with_third_person_limit

cURL example

Code Block
curl -X GET \
  {:host}/prm/api/global_parameters

...