Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updates for formatting and release

MultiTenancy can be enabled in the appsettings file by updating “MultiTenancy” flag to true.

...

Admin API clients must use request header to carry the well-known tenant identifier.identifiers:

Tenant specific request header key: tenant

Tenant specific request header value: <Tenant-Id>

Image RemovedImage Added

Note: The requests from Swagger UI don’t automatically include tenant identifier in the headers. So, if user enables Swagger UI and MultiTenancy,

...