Skip to main content

Adding Nullable Support in Developer Portal for All Languages

· One min read

We are excited to introduce support for explicitly marking nullable properties as NULL in the developer portal. This enhancement provides greater flexibility when trying out the API from the API Playground for all languages.

What's New

Previously, we added nullable support in developer Portal for HTTP, Java, and Python. You can now mark nullable properties as NULL in the following languages as well:

  • .NET
  • PHP
  • Ruby
  • Go
  • Typescript

The Developer Portal now includes:

  • Updated code examples showing nullable property usage
  • Enhanced API reference documentation with NULL value examples
  • Added support in the API Playground so you can test the API directly from the portal

Nullable Support in DX Pportal