openfire-restAPI-plugin icon indicating copy to clipboard operation
openfire-restAPI-plugin copied to clipboard

The new created resource should be in the location response as a url

Open akrherz opened this issue 6 years ago • 0 comments

...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

akrherz avatar Jan 04 '19 16:01 akrherz