communityAPIExtention #10

Merged
michele.artini merged 5 commits from communityAPIExtention into master 2023-02-06 13:26:07 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 50b2468a13 - Show all commits

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",