An error occurred while fetching participants.
API Specification: Method of Acknowledge Application endpoint of Subscriber API should be PUT instead of POST
Current Implementation
The method of the Acknowledge Application endpoint of the Subscriber API is POST. The POST method is intended to create new instances of resources, but this endpoint updates an application instance.
Suggested Enhancement
Change the method of the Acknowledge Application endpoint of the Subscriber API to PUT, which is intended for updates of instances of resources.