diff --git a/application/config/rest.php b/application/config/rest.php index f924bda12..4f45858a8 100644 --- a/application/config/rest.php +++ b/application/config/rest.php @@ -195,6 +195,15 @@ $config['auth_library_function'] = 'basicAuthentication'; | $config['auth_override_class_method_http']['deals']['*']['options'] = 'none'; */ +$config['auth_override_class_method_http']['Person']['checkBewerbung']['get'] = 'none'; +$config['auth_override_class_method_http']['Person']['person']['post'] = 'none'; +$config['auth_override_class_method_http']['Person']['person']['get'] = 'none'; +$config['auth_override_class_method_http']['Person']['checkZugangscodePerson']['get'] = 'none'; +$config['auth_override_class_method_http']['Person']['personFromCode']['post'] = 'none'; +$config['auth_override_class_method_http']['Person']['personUpdate']['post'] = 'none'; +$config['auth_override_class_method_http']['Kontakt']['kontakt']['post'] = 'none'; +$config['auth_override_class_method_http']['Kontakt']['kontaktPerson']['get'] = 'none'; + // ---Uncomment list line for the wildard unit test // $config['auth_override_class_method_http']['wildcard_test_cases']['*']['options'] = 'basic'; diff --git a/application/controllers/api/v1/person/Kontakt.php b/application/controllers/api/v1/Kontakt.php similarity index 100% rename from application/controllers/api/v1/person/Kontakt.php rename to application/controllers/api/v1/Kontakt.php