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
Some endpoints like POST or PUT should return according to REST the created/updated object but many endpoints don't do so. Ellaborate if they should return the object and if implement it.
In addition consider if PUT should be replaced by PATCH in some endpoints like for instance update subscription since only specific properties shall be updated here.
The text was updated successfully, but these errors were encountered:
Some endpoints like POST or PUT should return according to REST the created/updated object but many endpoints don't do so. Ellaborate if they should return the object and if implement it.
In addition consider if PUT should be replaced by PATCH in some endpoints like for instance update subscription since only specific properties shall be updated here.
The text was updated successfully, but these errors were encountered: