Skip to content

Experiments ownership

Kostas FILIPPOPOLITIS requested to merge Experiments-Ownership into master

Created by: KFilippopolitis

Updated the method getExperiment so an experiment can be accessed in two cases:

  1. If it is shared to everyone
  2. If it is not shared only the owner can access it.

If none of the above is the case it will return a UNAUTHORIZED Http Status.

Merge request reports