logzio/logz-docs

update docs: email should be null in manage-sub-accounts

Closed this issue · 1 comments

Type of issue

  • Incorrect information
  • Typo
  • Unclear or confusing
  • Missing important information
  • Missing link
  • Bug in the docs code or a template
  • Issue with the API

The problematic page:

Describe the issue

In the API doc, we show email as part of response to https://docs.logz.io/api/#tag/Manage-sub-accounts

Actually, we return null.

Recommended fix

Change response from email string => null

Fixed locally. Will be in a PR