openfire-restAPI-plugin
openfire-restAPI-plugin copied to clipboard
The new created resource should be in the location response as a url
...Migrated from Ignite Jira OF-1068...
After a POST call (create a new entry) to any endpoint the response should contain in location header the URL of the new entry.
e.g. Create a new user "test": POST v1/users/ Response: Location header: v1/users/test