Update README.md

added update function
This commit is contained in:
Justin Weins 2025-04-07 13:41:23 +02:00
parent 608959df07
commit 33a2e33671
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ Class | Method | HTTP request | Description
------------ | ------------- | ------------- | -------------
*DefaultApi* | [**get_patchnotes**](docs/DefaultApi.md#get_patchnotes) | **GET** /patchnotes |
*DefaultApi* | [**patch_note_delete**](docs/DefaultApi.md#patch_note_delete) | **DELETE** /patchnotes/{patchID} |
*DefaultApi* | [**patch_note_update**](docs/DefaultApi.md#patchnotes_patch_idput) | **PUT** /patchnotes/{patchID} |
*DefaultApi* | [**post_patchnotes**](docs/DefaultApi.md#post_patchnotes) | **POST** /patchnotes |