Nov 18, 2021 - Sandbox API Release

  • Add validation for name length on POST/PUT /setup/v1/locations endpoints to prevent
    500 error. Now limits name to 50 chars
  • Fix issue with using offset on GET /consumer/v1/locations, GET /setup/v1/locations,
    and GET /setup/v1/locations/{id}/services
  • Enforces limits on GET endpoints which return collections, as defined in the endpoint
    documentation. In most cases the limit is 100, with GET /consumer/v1/services being
    an exception.
  • Add length validation to phone number input to prevent numbers being truncated by our
    database