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
Generally, use PUT when you want to UPDATE something and use POST when you want to CREATE something. Is there something specific that you are looking to see in the documentation?
Besides the CRUD principles and their associated HTTP methods, is there any implementation difference, eg. performance gain, when initially using POST with FAST and then switching to PUT when making modifications at a later stage?
Based on the docs and my tests both methods are interchangeable. Hence a clarification in the documentation would be appreciated.
Is your feature request related to a problem? Please describe.
The difference between using PUT or POST to create applications is unclear.
Describe the solution you'd like
Please clarify when to use PUT and when to use POST in the documentation.
Describe alternatives you've considered
Additional context
Context: Improve Documentation
The text was updated successfully, but these errors were encountered: