Describe the need
The implemented resource for organization custom property uses the plural naming scheme but does not handle collections of the given resource.
The general pattern has been to use plural on collections and singular on single resource operations.
For instance, repository collaborators (single, collection) implements this approach.
We need two things here:
- We need to rename the resource - BREAKING CHANGE
- We need to document in our contributor docs this pattern for future work.
SDK Version
No response
API Version
No response
Relevant log output
Code of Conduct