Skip to content

API Page / Query - case sensitivity of the field APIPublisher #250

@ArthurHardCoding

Description

@ArthurHardCoding

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:

  • with capital letter "i" (multiple result)
    image

  • with lowercase "i" (no results)
    image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions