Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add backend changes for organization based subscription policies #12812

Open
wants to merge 5 commits into
base: org_visibility
Choose a base branch
from

Conversation

SavinduDimal
Copy link
Contributor

Purpose

Descriptions

  • Introduced new organziationPolicies field in APIDTO.
    OrganizationPolicies:
      title: Organization based Subscription Policies
      type: object
      required:
        - organizationID
      properties:
        organizationID:
          type: string
          example: "36c87e00-57f0-4000-9f97-b379acc4e577"
        organizationName:
          type: string
          example: "wso2"
        policies:
          type: array
          example: ["Silver", "Gold", "Unlimited"]
          items:
            type: string
  • Introduced a new query parameter to filter subscription policies based on the organization
  • Implement subscription validation for devportal considering user's organization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant