You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you query the env endpoint for a property and that property doesn't exist (Environment#containsProperty returns false), the web endpoint returns a 200.
We could return null in the endpoint method to make it return a 404 instead but we'd lose the information about which property sources are active.
The text was updated successfully, but these errors were encountered:
If you query the env endpoint for a property and that property doesn't exist (
Environment#containsProperty
returns false), the web endpoint returns a 200.We could return
null
in the endpoint method to make it return a 404 instead but we'd lose the information about which property sources are active.The text was updated successfully, but these errors were encountered: