Edit button for the organisations
There was not a feature to change the organisation's name or its description. To do that, we had to delete the organisation from the database and create it again. Now, we can change the name of the organisation's name or its description without changing its ID.
Can you redo the kibble.v1.js with the added changes to master, please? That way we can merge the changes.
Thanks for the reply! @Humbedooh I've fixed conflict.
Would it be better if, instead of having a queryMethod attribute, this was changed to be a PATCH request? that way, a PUT would create a new org, and a PATCH would update and existing org. This would align it with how sources are handled, methinks.
Hey @esrakarakas what is the status of this PR?
Hi folks. Please take a look #45. We are going to change the master branch name to main