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
Simple JAX-RS resource that provides a single GET endpoint to determine if application errors support exists. Return a 200 if exists and a 404 otherwise. The 200 response should contain a JSON entity with a Boolean "shared" property which indicates whether the underlying data store is shared or not.
The text was updated successfully, but these errors were encountered:
Simple JAX-RS resource that provides a single GET endpoint to determine if application errors support exists. Return a
200
if exists and a404
otherwise. The200
response should contain a JSON entity with a Boolean "shared" property which indicates whether the underlying data store is shared or not.The text was updated successfully, but these errors were encountered: