HTTPSRequestMethods lists the HTTP methods for API requests.Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
| Name | Description |
|---|---|
| POST | HTTP POST method, used to send data to the server. |
| PUT | HTTP PUT method, used to replace all current representations of the target resource with the uploaded content. |
| PATCH | HTTP PATCH method, used to apply partial modifications to a resource. |
| DELETE | HTTP DELETE method, used to delete a resource. |