Skip to content

Commit 694c259

Browse files
committed
feat(dev): Document new RequestHeader attribute
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent f816317 commit 694c259

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Added APIs
4141
- New method ``\OCP\IUser::canChangeEmail`` allowing to check if the user backend allows the user to change their email address.
4242
- New method ``\OCP\Files\IFilenameValidator::sanitizeFilename`` allowing to sanitize a given filename to comply with configured constraints.
4343
- New service ``\OCP\Template\ITemplateManager`` to access template related functions, and get instances of new interface ``\OCP\Template\ITemplate`` instead of building manually ``\OCP\Template``.
44+
- New attribute ``\OCP\AppFramework\Http\Attribute\RequestHeader`` used for documenting request headers for OpenAPI specifications generated using openapi-extractor.
4445

4546
Changed APIs
4647
^^^^^^^^^^^^

0 commit comments

Comments
 (0)