It is true that the value for the HTTP operations (e.g. POST, GET) is case insensitive. However, in our project we found that this value is case sensitive when checking for current subscriptions.
SaaS - Base Application 24.4.22295.23665
Values in API Pages:
- APIGroup = 'shopware';
- APIPublisher = 'bITEAM'; (Capital letter "i" in the second position)
Check for active subscriptions via Postman:
x
Could the Wiki entry therefore please be corrected? - https://alguidelines.dev/docs/bestpractices/api-page/#apipublisher
Thanks for all the best practices! It has made the projects a lot easier.