[CommunityAPIextention]-

This commit is contained in:
Miriam Baglioni 2022-12-19 12:45:13 +01:00
parent 2a937cc4ae
commit 50b2468a13
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public class CommunityApiController {
return communityApiCore.addCommunityContentProvidersList(id, contentprovidersList);
}
@RequestMapping(value = "/community/{id}/projectList", produces = {
@RequestMapping(value = "/community/{id}/contentprovidersList", produces = {
"application/json"
}, method = RequestMethod.DELETE)
@Operation(summary = "remove a list of content providers from the community",