nextcloud / nextcloud/openapi-extractor
Make RequestHeader attribute required for all headers once server 32 is the last supported version
Open
@provokateurin is already working on this.
Since May 20, 2025.
enhancement
- Dominant language
- PHP
- Stars
- 11
- Forks
- 4
- Avg merge
- 10h 18m
- Merged PRs (30d)
- 8
Description
Added in https://github.com/nextcloud/openapi-extractor/pull/243, but not enforced yet, because 30 and 31 are still supported and don't have the attribute.
Once 32 is the last supported version we can safely require the attribute to be added for all headers used in the code.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.